Html Css Color HEX #BDCBA3 Pale Leaf

📋 copy color: '#BDCBA3'

red 189 ◦ green 203 ◦ blue 163

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

Shades of Pale Leaf #BDCBA3

Tints of Pale Leaf #BDCBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.37%

R = 34.05%
G = 36.58%
B = 29.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BDCBA3 (or 0xBDCBA3) is known color: Pale Leaf. HEX triplet: BD, CB and A3. RGB value is (189,203,163). Sum of RGB (Red+Green+Blue) = 189+203+163=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBA3 is #42345C. Grayscale: #C2C2C2. Windows color (decimal): -4338781 or 10734525. OLE color: 10734525.

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

Color convert

RGB 189 203 163 -
CMYK 0.07 0 0.20 0.20
HSL 81º 0.28% 0.72% -
HSV(B) 81º 0.2% 0.8% -
XYZ 48.95 56.18 42.91 -
YUV 194.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 189 203 163 0.07 0 0.20 0.20 81 0.28 0.72
Hex BD CB A3 7 0 14 14 51 1C 48
Octal 275 313 243 7 0 24 24 121 34 110
Binary 10111101 11001011 10100011 111 0 10100 10100 1010001 11100 1001000

Color Harmonies of #BDCBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBA3

Black with #BDCBA3

Text Example


Text Example

White with #BDCBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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