#BFF9E8

Color #BFF9E8 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #BFF9E8

Tints of Humming Bird #BFF9E8

Color information

#BFF9E8 (or 0xBFF9E8) is unknown color: approx Humming Bird. HEX triplet: BF, F9 and E8. RGB value is (191,249,232). Sum of RGB (Red+Green+Blue) = 191+249+232=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9E8 is #400617. Grayscale: #E5E5E5. Windows color (decimal): -4195864 or 15268287. OLE color: 15268287.

HSL color Cylindrical-coordinate representation of color #BFF9E8: hue angle of 162.41º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9E8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB191249232-
CMYK0.2300.070.02
HSL162.41º82.86%86.27%-
HSV(B)162.41º23.29%97.65%-
XYZ69.9384.6589-
YUV229.72129.28100.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=28.42%
G=37.05%
B=34.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492320.2300.070.02162.4182.8686.27
HexBFF9E817072a25356
Octal27737135027072242123126
Binary101111111111100111101000101110111101010001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9E8; }

 p { color: rgb(191,249,232); }

 H1.HeaderClassName
 {
   color: #BFF9E8;
 }
 .AnyTagClassName
 {
   color: #BFF9E8;
 }
</style>
background-color css

<style>
 a { background-color: #BFF9E8; }

 a { background-color: rgb(191,249,232); }

 div.DivClassName
 {
   background-color: #BFF9E8;
 }
 .BgClassName
 {
   background-color: #BFF9E8;
 }
</style>
border-color css

<style>
 span { border-color: #BFF9E8; }

 span { border-color: rgb(191,249,232); }

 td.TdClassName
 {
   border-color: #BFF9E8;
 }
 .TagClassName
 {
   border-color: #BFF9E8;
 }
</style>