Html Css Color HEX #BDEADD Water Leaf

📋 copy color: '#BDEADD'

red 189 ◦ green 234 ◦ blue 221

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

Shades of Water Leaf #BDEADD

Tints of Water Leaf #BDEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.34%

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

R = 29.35%
G = 36.34%
B = 34.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#BDEADD (or 0xBDEADD) is known color: Water Leaf. HEX triplet: BD, EA and DD. RGB value is (189,234,221). Sum of RGB (Red+Green+Blue) = 189+234+221=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEADD is #421522. Grayscale: #DBDBDB. Windows color (decimal): -4330787 or 14543549. OLE color: 14543549.

HSL color Cylindrical-coordinate representation of color #BDEADD: hue angle of 162.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEADD is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 221 -
CMYK 0.19 0 0.06 0.08
HSL 162.67º 0.52% 0.83% -
HSV(B) 162.67º 0.19% 0.92% -
XYZ 63.46 74.88 79.52 -
YUV 219.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 189 234 221 0.19 0 0.06 0.08 162.67 0.52 0.83
Hex BD EA DD 13 0 6 8 A3 34 53
Octal 275 352 335 23 0 6 10 243 64 123
Binary 10111101 11101010 11011101 10011 0 110 1000 10100011 110100 1010011

Color Harmonies of #BDEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEADD

Black with #BDEADD

Text Example


Text Example

White with #BDEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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