Html Css Color HEX #BDE8E0 Water Leaf

📋 copy color: '#BDE8E0'

red 189 ◦ green 232 ◦ blue 224

#BDE8E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BDE8E0

Tints of Water Leaf #BDE8E0

RGB

 RED value IS 189 (74.22% from 255) = 29.3%

 GREEN value IS 232 (91.02% from 255) = 35.97%

 BLUE value IS 224 (87.89% from 255) = 34.73%

R = 29.3%
G = 35.97%
B = 34.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BDE8E0 (or 0xBDE8E0) is known color: Water Leaf. HEX triplet: BD, E8 and E0. RGB value is (189,232,224). Sum of RGB (Red+Green+Blue) = 189+232+224=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8E0 is #42171F. Grayscale: #DADADA. Windows color (decimal): -4331296 or 14739645. OLE color: 14739645.

HSL color Cylindrical-coordinate representation of color #BDE8E0: hue angle of 168.84º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8E0 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 224 -
CMYK 0.19 0 0.03 0.09
HSL 168.84º 0.48% 0.83% -
HSV(B) 168.84º 0.19% 0.91% -
XYZ 63.3 73.91 81.45 -
YUV 218.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 189 232 224 0.19 0 0.03 0.09 168.84 0.48 0.83
Hex BD E8 E0 13 0 3 9 A9 30 53
Octal 275 350 340 23 0 3 11 251 60 123
Binary 10111101 11101000 11100000 10011 0 11 1001 10101001 110000 1010011

Color Harmonies of #BDE8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8E0

Black with #BDE8E0

Text Example


Text Example

White with #BDE8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8E0; }

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

 H1.HeaderClassName
 {
   color: #BDE8E0;
 }
 .AnyTagClassName
 {
   color: #BDE8E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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