Html Css Color HEX #BDEDDD Water Leaf

📋 copy color: '#BDEDDD'

red 189 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #BDEDDD

Tints of Water Leaf #BDEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.63%

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

R = 29.21%
G = 36.63%
B = 34.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BDEDDD (or 0xBDEDDD) is known color: Water Leaf. HEX triplet: BD, ED and DD. RGB value is (189,237,221). Sum of RGB (Red+Green+Blue) = 189+237+221=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDDD is #421222. Grayscale: #DCDCDC. Windows color (decimal): -4330019 or 14544317. OLE color: 14544317.

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

Color convert

RGB 189 237 221 -
CMYK 0.20 0 0.07 0.07
HSL 160º 0.57% 0.84% -
HSV(B) 160º 0.2% 0.93% -
XYZ 64.32 76.61 79.8 -
YUV 220.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 189 237 221 0.20 0 0.07 0.07 160 0.57 0.84
Hex BD ED DD 14 0 7 7 A0 39 54
Octal 275 355 335 24 0 7 7 240 71 124
Binary 10111101 11101101 11011101 10100 0 111 111 10100000 111001 1010100

Color Harmonies of #BDEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDDD

Black with #BDEDDD

Text Example


Text Example

White with #BDEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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