Html Css Color HEX #BDEBE4 Water Leaf

📋 copy color: '#BDEBE4'

red 189 ◦ green 235 ◦ blue 228

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

Shades of Water Leaf #BDEBE4

Tints of Water Leaf #BDEBE4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.04%

 BLUE value IS 228 (89.45% from 255) = 34.97%

R = 28.99%
G = 36.04%
B = 34.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BDEBE4 (or 0xBDEBE4) is known color: Water Leaf. HEX triplet: BD, EB and E4. RGB value is (189,235,228). Sum of RGB (Red+Green+Blue) = 189+235+228=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBE4 is #42141B. Grayscale: #DCDCDC. Windows color (decimal): -4330524 or 15002557. OLE color: 15002557.

HSL color Cylindrical-coordinate representation of color #BDEBE4: hue angle of 170.87º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBE4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 228 -
CMYK 0.20 0 0.03 0.08
HSL 170.87º 0.53% 0.83% -
HSV(B) 170.87º 0.2% 0.92% -
XYZ 64.7 75.84 84.63 -
YUV 220.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 189 235 228 0.20 0 0.03 0.08 170.87 0.53 0.83
Hex BD EB E4 14 0 3 8 AB 35 53
Octal 275 353 344 24 0 3 10 253 65 123
Binary 10111101 11101011 11100100 10100 0 11 1000 10101011 110101 1010011

Color Harmonies of #BDEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBE4

Black with #BDEBE4

Text Example


Text Example

White with #BDEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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