#BFE8DF

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

Shades of Water Leaf #BFE8DF

Tints of Water Leaf #BFE8DF

Color information

#BFE8DF (or 0xBFE8DF) is unknown color: approx Water Leaf. HEX triplet: BF, E8 and DF. RGB value is (191,232,223). Sum of RGB (Red+Green+Blue) = 191+232+223=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8DF is #401720. Grayscale: #DADADA. Windows color (decimal): -4200225 or 14674111. OLE color: 14674111.

HSL color Cylindrical-coordinate representation of color #BFE8DF: hue angle of 166.83º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8DF is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB191232223-
CMYK0.1800.040.09
HSL166.83º47.13%82.94%-
HSV(B)166.83º17.67%90.98%-
XYZ63.6674.1280.76-
YUV218.72130.42108.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 232 (91.02% from 255) = 35.91%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=29.57%
G=35.91%
B=34.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912322230.1800.040.09166.8347.1382.94
HexBFE8DF12049a72f53
Octal27735033722041124757123
Binary1011111111101000110111111001001001001101001111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8DF; }

 p { color: rgb(191,232,223); }

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

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

 a { background-color: rgb(191,232,223); }

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

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

 span { border-color: rgb(191,232,223); }

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