#BFFCF0

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

Shades of Humming Bird #BFFCF0

Tints of Humming Bird #BFFCF0

Color information

#BFFCF0 (or 0xBFFCF0) is unknown color: approx Humming Bird. HEX triplet: BF, FC and F0. RGB value is (191,252,240). Sum of RGB (Red+Green+Blue) = 191+252+240=683 (90% of max value = 765). Red value is 191 (75% from 255 or 27.96% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFCF0 is #40030F. Grayscale: #E8E8E8. Windows color (decimal): -4195088 or 15793343. OLE color: 15793343.

HSL color Cylindrical-coordinate representation of color #BFFCF0: hue angle of 168.2º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFCF0 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB191252240-
CMYK0.2400.050.01
HSL168.2º91.04%86.86%-
HSV(B)168.2º24.21%98.82%-
XYZ72.0286.9995.43-
YUV232.39132.2998.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.96%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=27.96%
G=36.90%
B=35.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522400.2400.050.01168.291.0486.86
HexBFFCF018051a85b57
Octal27737436030051250133127
Binary10111111111111001111000011000010111010100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCF0; }

 p { color: rgb(191,252,240); }

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

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

 a { background-color: rgb(191,252,240); }

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

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

 span { border-color: rgb(191,252,240); }

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