Html Css Color HEX #BDCAA8 Pale Leaf

📋 copy color: '#BDCAA8'

red 189 ◦ green 202 ◦ blue 168

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

Shades of Pale Leaf #BDCAA8

Tints of Pale Leaf #BDCAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.14%

 BLUE value IS 168 (66.02% from 255) = 30.05%

R = 33.81%
G = 36.14%
B = 30.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#BDCAA8 (or 0xBDCAA8) is known color: Pale Leaf. HEX triplet: BD, CA and A8. RGB value is (189,202,168). Sum of RGB (Red+Green+Blue) = 189+202+168=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAA8 is #423557. Grayscale: #C2C2C2. Windows color (decimal): -4339032 or 11061949. OLE color: 11061949.

HSL color Cylindrical-coordinate representation of color #BDCAA8: hue angle of 82.94º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 168 -
CMYK 0.06 0 0.17 0.21
HSL 82.94º 0.24% 0.73% -
HSV(B) 82.94º 0.17% 0.79% -
XYZ 49.17 55.89 45.24 -
YUV 194.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 189 202 168 0.06 0 0.17 0.21 82.94 0.24 0.73
Hex BD CA A8 6 0 11 15 53 18 49
Octal 275 312 250 6 0 21 25 123 30 111
Binary 10111101 11001010 10101000 110 0 10001 10101 1010011 11000 1001001

Color Harmonies of #BDCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAA8

Black with #BDCAA8

Text Example


Text Example

White with #BDCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAA8; }

 p { color: rgb(189,202,168); }

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

background-color css

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

 a { background-color: rgb(189,202,168); }

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

border-color css

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

 span { border-color: rgb(189,202,168); }

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