Html Css Color HEX #BDEBDD Water Leaf

📋 copy color: '#BDEBDD'

red 189 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #BDEBDD

Tints of Water Leaf #BDEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.26%

R = 29.3%
G = 36.43%
B = 34.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#BDEBDD (or 0xBDEBDD) is known color: Water Leaf. HEX triplet: BD, EB and DD. RGB value is (189,235,221). Sum of RGB (Red+Green+Blue) = 189+235+221=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBDD is #421422. Grayscale: #DBDBDB. Windows color (decimal): -4330531 or 14543805. OLE color: 14543805.

HSL color Cylindrical-coordinate representation of color #BDEBDD: hue angle of 161.74º 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 #BDEBDD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 221 -
CMYK 0.20 0 0.06 0.08
HSL 161.74º 0.53% 0.83% -
HSV(B) 161.74º 0.2% 0.92% -
XYZ 63.75 75.46 79.61 -
YUV 219.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 189 235 221 0.20 0 0.06 0.08 161.74 0.53 0.83
Hex BD EB DD 14 0 6 8 A2 35 53
Octal 275 353 335 24 0 6 10 242 65 123
Binary 10111101 11101011 11011101 10100 0 110 1000 10100010 110101 1010011

Color Harmonies of #BDEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBDD

Black with #BDEBDD

Text Example


Text Example

White with #BDEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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