Html Css Color HEX #BDCCA1 Pale Leaf

📋 copy color: '#BDCCA1'

red 189 ◦ green 204 ◦ blue 161

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

Shades of Pale Leaf #BDCCA1

Tints of Pale Leaf #BDCCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

 BLUE value IS 161 (63.28% from 255) = 29.06%

R = 34.12%
G = 36.82%
B = 29.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#BDCCA1 (or 0xBDCCA1) is known color: Pale Leaf. HEX triplet: BD, CC and A1. RGB value is (189,204,161). Sum of RGB (Red+Green+Blue) = 189+204+161=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCA1 is #42335E. Grayscale: #C2C2C2. Windows color (decimal): -4338527 or 10603709. OLE color: 10603709.

HSL color Cylindrical-coordinate representation of color #BDCCA1: hue angle of 80.93º 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 #BDCCA1 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 161 -
CMYK 0.07 0 0.21 0.2
HSL 80.93º 0.3% 0.72% -
HSV(B) 80.93º 0.21% 0.8% -
XYZ 49.01 56.58 42.06 -
YUV 194.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 189 204 161 0.07 0 0.21 0.2 80.93 0.3 0.72
Hex BD CC A1 7 0 15 14 51 1E 48
Octal 275 314 241 7 0 25 24 121 36 110
Binary 10111101 11001100 10100001 111 0 10101 10100 1010001 11110 1001000

Color Harmonies of #BDCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCA1

Black with #BDCCA1

Text Example


Text Example

White with #BDCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCA1; }

 p { color: rgb(189,204,161); }

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

background-color css

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

 a { background-color: rgb(189,204,161); }

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

border-color css

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

 span { border-color: rgb(189,204,161); }

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