#BFF9E6

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

Shades of Humming Bird #BFF9E6

Tints of Humming Bird #BFF9E6

Color information

#BFF9E6 (or 0xBFF9E6) is unknown color: approx Humming Bird. HEX triplet: BF, F9 and E6. RGB value is (191,249,230). Sum of RGB (Red+Green+Blue) = 191+249+230=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9E6 is #400619. Grayscale: #E5E5E5. Windows color (decimal): -4195866 or 15137215. OLE color: 15137215.

HSL color Cylindrical-coordinate representation of color #BFF9E6: hue angle of 160.34º 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 #BFF9E6 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB191249230-
CMYK0.2300.080.02
HSL160.34º82.86%86.27%-
HSV(B)160.34º23.29%97.65%-
XYZ69.6484.5487.51-
YUV229.49128.28100.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.51%
GREEN value IS 249 (97.66% from 255) = 37.16%
BLUE value IS 230 (90.23% from 255) = 34.33%
R=28.51%
G=37.16%
B=34.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492300.2300.080.02160.3482.8686.27
HexBFF9E617082a05356
Octal277371346270102240123126
Binary1011111111111001111001101011101000101010000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9E6; }

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

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

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

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

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

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

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

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