Html Css Color HEX #BDEEE0 Water Leaf

📋 copy color: '#BDEEE0'

red 189 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #BDEEE0

Tints of Water Leaf #BDEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.56%

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

R = 29.03%
G = 36.56%
B = 34.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BDEEE0 (or 0xBDEEE0) is known color: Water Leaf. HEX triplet: BD, EE and E0. RGB value is (189,238,224). Sum of RGB (Red+Green+Blue) = 189+238+224=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE0 is #42111F. Grayscale: #DDDDDD. Windows color (decimal): -4329760 or 14741181. OLE color: 14741181.

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

Color convert

RGB 189 238 224 -
CMYK 0.21 0 0.06 0.07
HSL 162.86º 0.59% 0.84% -
HSV(B) 162.86º 0.21% 0.93% -
XYZ 65.02 77.35 82.02 -
YUV 221.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 189 238 224 0.21 0 0.06 0.07 162.86 0.59 0.84
Hex BD EE E0 15 0 6 7 A3 3B 54
Octal 275 356 340 25 0 6 7 243 73 124
Binary 10111101 11101110 11100000 10101 0 110 111 10100011 111011 1010100

Color Harmonies of #BDEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEE0

Black with #BDEEE0

Text Example


Text Example

White with #BDEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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