#BFFBE6

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

Shades of Humming Bird #BFFBE6

Tints of Humming Bird #BFFBE6

Color information

#BFFBE6 (or 0xBFFBE6) is unknown color: approx Humming Bird. HEX triplet: BF, FB and E6. RGB value is (191,251,230). Sum of RGB (Red+Green+Blue) = 191+251+230=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBE6 is #400419. Grayscale: #E6E6E6. Windows color (decimal): -4195354 or 15137727. OLE color: 15137727.

HSL color Cylindrical-coordinate representation of color #BFFBE6: hue angle of 159º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBE6 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB191251230-
CMYK0.2400.080.02
HSL159º88.24%86.67%-
HSV(B)159º23.9%98.43%-
XYZ70.2785.7887.72-
YUV230.67127.6299.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=28.42%
G=37.35%
B=34.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912512300.2400.080.0215988.2486.67
HexBFFBE6180829f5857
Octal277373346300102237130127
Binary1011111111111011111001101100001000101001111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBE6; }

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

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

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

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

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

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

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

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