#BFE4DC

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

Shades of Water Leaf #BFE4DC

Tints of Water Leaf #BFE4DC

Color information

#BFE4DC (or 0xBFE4DC) is unknown color: approx Water Leaf. HEX triplet: BF, E4 and DC. RGB value is (191,228,220). Sum of RGB (Red+Green+Blue) = 191+228+220=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DC is #401B23. Grayscale: #D8D8D8. Windows color (decimal): -4201252 or 14476479. OLE color: 14476479.

HSL color Cylindrical-coordinate representation of color #BFE4DC: hue angle of 167.03º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4DC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB191228220-
CMYK0.1600.040.11
HSL167.03º40.66%82.16%-
HSV(B)167.03º16.23%89.41%-
XYZ62.1571.7378.28-
YUV216.02130.24110.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=29.89%
G=35.68%
B=34.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912282200.1600.040.11167.0340.6682.16
HexBFE4DC1004Ba72952
Octal27734433420041324751122
Binary1011111111100100110111001000001001011101001111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4DC; }

 p { color: rgb(191,228,220); }

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

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

 a { background-color: rgb(191,228,220); }

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

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

 span { border-color: rgb(191,228,220); }

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