Html Css Color HEX #BDEADC Water Leaf

📋 copy color: '#BDEADC'

red 189 ◦ green 234 ◦ blue 220

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

Shades of Water Leaf #BDEADC

Tints of Water Leaf #BDEADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.21%

R = 29.39%
G = 36.39%
B = 34.21%

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

#BDEADC (or 0xBDEADC) is known color: Water Leaf. HEX triplet: BD, EA and DC. RGB value is (189,234,220). Sum of RGB (Red+Green+Blue) = 189+234+220=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEADC is #421523. Grayscale: #DADADA. Windows color (decimal): -4330788 or 14478013. OLE color: 14478013.

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

Color convert

RGB 189 234 220 -
CMYK 0.19 0 0.06 0.08
HSL 161.33º 0.52% 0.83% -
HSV(B) 161.33º 0.19% 0.92% -
XYZ 63.33 74.83 78.82 -
YUV 218.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 189 234 220 0.19 0 0.06 0.08 161.33 0.52 0.83
Hex BD EA DC 13 0 6 8 A1 34 53
Octal 275 352 334 23 0 6 10 241 64 123
Binary 10111101 11101010 11011100 10011 0 110 1000 10100001 110100 1010011

Color Harmonies of #BDEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEADC

Black with #BDEADC

Text Example


Text Example

White with #BDEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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