#BDFCE7

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

Shades of Water Leaf #BDFCE7

Tints of Water Leaf #BDFCE7

Color information

#BDFCE7 (or 0xBDFCE7) is unknown color: approx Water Leaf. HEX triplet: BD, FC and E7. RGB value is (189,252,231). Sum of RGB (Red+Green+Blue) = 189+252+231=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCE7 is #420318. Grayscale: #E6E6E6. Windows color (decimal): -4326169 or 15203517. OLE color: 15203517.

HSL color Cylindrical-coordinate representation of color #BDFCE7: hue angle of 160º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCE7 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB189252231-
CMYK0.2500.080.01
HSL160º91.3%86.47%-
HSV(B)160º25%98.82%-
XYZ70.2286.2188.54-
YUV230.77128.1398.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.12%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=28.12%
G=37.5%
B=34.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522310.2500.080.0116091.386.47
HexBDFCE719081a05b56
Octal275374347310101240133126
Binary101111011111110011100111110010100011010000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCE7; }

 p { color: rgb(189,252,231); }

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

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

 a { background-color: rgb(189,252,231); }

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

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

 span { border-color: rgb(189,252,231); }

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