Html Css Color HEX #BDCDA2 Pale Leaf

📋 copy color: '#BDCDA2'

red 189 ◦ green 205 ◦ blue 162

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

Shades of Pale Leaf #BDCDA2

Tints of Pale Leaf #BDCDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

 BLUE value IS 162 (63.67% from 255) = 29.14%

R = 33.99%
G = 36.87%
B = 29.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#BDCDA2 (or 0xBDCDA2) is known color: Pale Leaf. HEX triplet: BD, CD and A2. RGB value is (189,205,162). Sum of RGB (Red+Green+Blue) = 189+205+162=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDA2 is #42325D. Grayscale: #C3C3C3. Windows color (decimal): -4338270 or 10669501. OLE color: 10669501.

HSL color Cylindrical-coordinate representation of color #BDCDA2: hue angle of 82.33º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCDA2 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 162 -
CMYK 0.08 0 0.21 0.20
HSL 82.33º 0.3% 0.72% -
HSV(B) 82.33º 0.21% 0.8% -
XYZ 49.34 57.09 42.6 -
YUV 195.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 189 205 162 0.08 0 0.21 0.20 82.33 0.3 0.72
Hex BD CD A2 8 0 15 14 52 1E 48
Octal 275 315 242 10 0 25 24 122 36 110
Binary 10111101 11001101 10100010 1000 0 10101 10100 1010010 11110 1001000

Color Harmonies of #BDCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDA2

Black with #BDCDA2

Text Example


Text Example

White with #BDCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDA2; }

 p { color: rgb(189,205,162); }

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

background-color css

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

 a { background-color: rgb(189,205,162); }

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

border-color css

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

 span { border-color: rgb(189,205,162); }

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