#BFF9EC

Color #BFF9EC Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BFF9EC

Tints of Water Leaf #BFF9EC

Color information

#BFF9EC (or 0xBFF9EC) is unknown color: approx Water Leaf. HEX triplet: BF, F9 and EC. RGB value is (191,249,236). Sum of RGB (Red+Green+Blue) = 191+249+236=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9EC is #400613. Grayscale: #E6E6E6. Windows color (decimal): -4195860 or 15530431. OLE color: 15530431.

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

Color convert

RGB191249236-
CMYK0.2300.050.02
HSL166.55º82.86%86.27%-
HSV(B)166.55º23.29%97.65%-
XYZ70.584.8892.03-
YUV230.18131.28100.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=28.25%
G=36.83%
B=34.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492360.2300.050.02166.5582.8686.27
HexBFF9EC17052a75356
Octal27737135427052247123126
Binary101111111111100111101100101110101101010011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9EC; }

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

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

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

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

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

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

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

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