#BDFCEB

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

Shades of Water Leaf #BDFCEB

Tints of Water Leaf #BDFCEB

Color information

#BDFCEB (or 0xBDFCEB) is unknown color: approx Water Leaf. HEX triplet: BD, FC and EB. RGB value is (189,252,235). Sum of RGB (Red+Green+Blue) = 189+252+235=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCEB is #420314. Grayscale: #E7E7E7. Windows color (decimal): -4326165 or 15465661. OLE color: 15465661.

HSL color Cylindrical-coordinate representation of color #BDFCEB: hue angle of 163.81º 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 #BDFCEB is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB189252235-
CMYK0.2500.070.01
HSL163.81º91.3%86.47%-
HSV(B)163.81º25%98.82%-
XYZ70.7986.4491.55-
YUV231.22130.1397.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.96%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=27.96%
G=37.28%
B=34.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522350.2500.070.01163.8191.386.47
HexBDFCEB19071a45b56
Octal27537435331071244133126
Binary10111101111111001110101111001011111010010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCEB; }

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

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

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

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

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

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

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

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