#BFFFF2

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

Shades of Humming Bird #BFFFF2

Tints of Humming Bird #BFFFF2

Color information

#BFFFF2 (or 0xBFFFF2) is unknown color: approx Humming Bird. HEX triplet: BF, FF and F2. RGB value is (191,255,242). Sum of RGB (Red+Green+Blue) = 191+255+242=688 (91% of max value = 765). Red value is 191 (75% from 255 or 27.76% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF2 is #40000D. Grayscale: #EAEAEA. Windows color (decimal): -4194318 or 15925183. OLE color: 15925183.

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

Color convert

RGB191255242-
CMYK0.2500.050
HSL167.81º100%87.45%-
HSV(B)167.81º25.1%100%-
XYZ73.2789.0197.32-
YUV234.38132.397.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.76%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 242 (94.92% from 255) = 35.17%
R=27.76%
G=37.06%
B=35.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552420.2500.050167.8110087.45
HexBFFFF219050a86457
Octal27737736231050250144127
Binary10111111111111111111001011001010101010100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFF2; }

 p { color: rgb(191,255,242); }

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

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

 a { background-color: rgb(191,255,242); }

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

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

 span { border-color: rgb(191,255,242); }

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