#BDEFE0

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

Shades of Water Leaf #BDEFE0

Tints of Water Leaf #BDEFE0

Color information

#BDEFE0 (or 0xBDEFE0) is unknown color: approx Water Leaf. HEX triplet: BD, EF and E0. RGB value is (189,239,224). Sum of RGB (Red+Green+Blue) = 189+239+224=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFE0 is #42101F. Grayscale: #DEDEDE. Windows color (decimal): -4329504 or 14741437. OLE color: 14741437.

HSL color Cylindrical-coordinate representation of color #BDEFE0: hue angle of 162º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFE0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB189239224-
CMYK0.2100.060.06
HSL162º60.98%83.92%-
HSV(B)162º20.92%93.73%-
XYZ65.3177.9382.12-
YUV222.34128.94104.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=28.99%
G=36.66%
B=34.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392240.2100.060.0616260.9883.92
HexBDEFE015066a23d54
Octal2753573402506624275124
Binary101111011110111111100000101010110110101000101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFE0; }

 p { color: rgb(189,239,224); }

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

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

 a { background-color: rgb(189,239,224); }

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

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

 span { border-color: rgb(189,239,224); }

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