Html Css Color HEX #BDCDA5 Pale Leaf

📋 copy color: '#BDCDA5'

red 189 ◦ green 205 ◦ blue 165

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

Shades of Pale Leaf #BDCDA5

Tints of Pale Leaf #BDCDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.52%

R = 33.81%
G = 36.67%
B = 29.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BDCDA5 (or 0xBDCDA5) is known color: Pale Leaf. HEX triplet: BD, CD and A5. RGB value is (189,205,165). Sum of RGB (Red+Green+Blue) = 189+205+165=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDA5 is #42325A. Grayscale: #C3C3C3. Windows color (decimal): -4338267 or 10866109. OLE color: 10866109.

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

Color convert

RGB 189 205 165 -
CMYK 0.08 0 0.20 0.20
HSL 84º 0.29% 0.73% -
HSV(B) 84º 0.2% 0.8% -
XYZ 49.61 57.2 44.02 -
YUV 195.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 189 205 165 0.08 0 0.20 0.20 84 0.29 0.73
Hex BD CD A5 8 0 14 14 54 1D 49
Octal 275 315 245 10 0 24 24 124 35 111
Binary 10111101 11001101 10100101 1000 0 10100 10100 1010100 11101 1001001

Color Harmonies of #BDCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDA5

Black with #BDCDA5

Text Example


Text Example

White with #BDCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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