Html Css Color HEX #BDCBA4 Pale Leaf

📋 copy color: '#BDCBA4'

red 189 ◦ green 203 ◦ blue 164

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

Shades of Pale Leaf #BDCBA4

Tints of Pale Leaf #BDCBA4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.51%

 BLUE value IS 164 (64.45% from 255) = 29.5%

R = 33.99%
G = 36.51%
B = 29.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#BDCBA4 (or 0xBDCBA4) is known color: Pale Leaf. HEX triplet: BD, CB and A4. RGB value is (189,203,164). Sum of RGB (Red+Green+Blue) = 189+203+164=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBA4 is #42345B. Grayscale: #C2C2C2. Windows color (decimal): -4338780 or 10800061. OLE color: 10800061.

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

Color convert

RGB 189 203 164 -
CMYK 0.07 0 0.19 0.20
HSL 81.54º 0.27% 0.72% -
HSV(B) 81.54º 0.19% 0.8% -
XYZ 49.04 56.21 43.39 -
YUV 194.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 189 203 164 0.07 0 0.19 0.20 81.54 0.27 0.72
Hex BD CB A4 7 0 13 14 52 1B 48
Octal 275 313 244 7 0 23 24 122 33 110
Binary 10111101 11001011 10100100 111 0 10011 10100 1010010 11011 1001000

Color Harmonies of #BDCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBA4

Black with #BDCBA4

Text Example


Text Example

White with #BDCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBA4; }

 p { color: rgb(189,203,164); }

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

background-color css

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

 a { background-color: rgb(189,203,164); }

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

border-color css

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

 span { border-color: rgb(189,203,164); }

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