Html Css Color HEX #BDCAAB Pale Leaf

📋 copy color: '#BDCAAB'

red 189 ◦ green 202 ◦ blue 171

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

Shades of Pale Leaf #BDCAAB

Tints of Pale Leaf #BDCAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.43%

R = 33.63%
G = 35.94%
B = 30.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#BDCAAB (or 0xBDCAAB) is known color: Pale Leaf. HEX triplet: BD, CA and AB. RGB value is (189,202,171). Sum of RGB (Red+Green+Blue) = 189+202+171=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAAB is #423554. Grayscale: #C2C2C2. Windows color (decimal): -4339029 or 11258557. OLE color: 11258557.

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

Color convert

RGB 189 202 171 -
CMYK 0.06 0 0.15 0.21
HSL 85.16º 0.23% 0.73% -
HSV(B) 85.16º 0.15% 0.79% -
XYZ 49.46 56 46.73 -
YUV 194.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 189 202 171 0.06 0 0.15 0.21 85.16 0.23 0.73
Hex BD CA AB 6 0 F 15 55 17 49
Octal 275 312 253 6 0 17 25 125 27 111
Binary 10111101 11001010 10101011 110 0 1111 10101 1010101 10111 1001001

Color Harmonies of #BDCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAAB

Black with #BDCAAB

Text Example


Text Example

White with #BDCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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