#BFE6DD

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

Shades of Water Leaf #BFE6DD

Tints of Water Leaf #BFE6DD

Color information

#BFE6DD (or 0xBFE6DD) is unknown color: approx Water Leaf. HEX triplet: BF, E6 and DD. RGB value is (191,230,221). Sum of RGB (Red+Green+Blue) = 191+230+221=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6DD is #401922. Grayscale: #D9D9D9. Windows color (decimal): -4200739 or 14542527. OLE color: 14542527.

HSL color Cylindrical-coordinate representation of color #BFE6DD: hue angle of 166.15º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6DD is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB191230221-
CMYK0.1700.040.10
HSL166.15º43.82%82.55%-
HSV(B)166.15º16.96%90.2%-
XYZ62.8372.8979.16-
YUV217.31130.08109.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=29.75%
G=35.83%
B=34.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912302210.1700.040.10166.1543.8282.55
HexBFE6DD1104Aa62c53
Octal27734633521041224654123
Binary1011111111100110110111011000101001010101001101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6DD; }

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

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

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

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

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

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

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

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