Html Css Color HEX #BDCBAA Pale Leaf

📋 copy color: '#BDCBAA'

red 189 ◦ green 203 ◦ blue 170

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

Shades of Pale Leaf #BDCBAA

Tints of Pale Leaf #BDCBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

 BLUE value IS 170 (66.8% from 255) = 30.25%

R = 33.63%
G = 36.12%
B = 30.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#BDCBAA (or 0xBDCBAA) is known color: Pale Leaf. HEX triplet: BD, CB and AA. RGB value is (189,203,170). Sum of RGB (Red+Green+Blue) = 189+203+170=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBAA is #423455. Grayscale: #C3C3C3. Windows color (decimal): -4338774 or 11193277. OLE color: 11193277.

HSL color Cylindrical-coordinate representation of color #BDCBAA: hue angle of 85.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCBAA is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 170 -
CMYK 0.07 0 0.16 0.20
HSL 85.45º 0.24% 0.73% -
HSV(B) 85.45º 0.16% 0.8% -
XYZ 49.6 56.43 46.31 -
YUV 195.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 189 203 170 0.07 0 0.16 0.20 85.45 0.24 0.73
Hex BD CB AA 7 0 10 14 55 18 49
Octal 275 313 252 7 0 20 24 125 30 111
Binary 10111101 11001011 10101010 111 0 10000 10100 1010101 11000 1001001

Color Harmonies of #BDCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBAA

Black with #BDCBAA

Text Example


Text Example

White with #BDCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBAA; }

 p { color: rgb(189,203,170); }

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

background-color css

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

 a { background-color: rgb(189,203,170); }

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

border-color css

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

 span { border-color: rgb(189,203,170); }

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