#BFFFE6

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

Shades of Humming Bird #BFFFE6

Tints of Humming Bird #BFFFE6

Color information

#BFFFE6 (or 0xBFFFE6) is unknown color: approx Humming Bird. HEX triplet: BF, FF and E6. RGB value is (191,255,230). Sum of RGB (Red+Green+Blue) = 191+255+230=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFE6 is #400019. Grayscale: #E9E9E9. Windows color (decimal): -4194330 or 15138751. OLE color: 15138751.

HSL color Cylindrical-coordinate representation of color #BFFFE6: hue angle of 156.56º 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 #BFFFE6 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB191255230-
CMYK0.2500.100
HSL156.56º100%87.45%-
HSV(B)156.56º25.1%100%-
XYZ71.5388.3188.14-
YUV233.01126.398.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 230 (90.23% from 255) = 34.02%
R=28.25%
G=37.72%
B=34.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552300.2500.100156.5610087.45
HexBFFFE6190A09d6457
Octal277377346310120235144127
Binary101111111111111111100110110010101001001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFE6; }

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

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

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

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

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

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

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

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