Html Css Color HEX #BBC1AD Pale Leaf

📋 copy color: '#BBC1AD'

red 187 ◦ green 193 ◦ blue 173

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

Shades of Pale Leaf #BBC1AD

Tints of Pale Leaf #BBC1AD

RGB

 RED value IS 187 (73.44% from 255) = 33.82%

 GREEN value IS 193 (75.78% from 255) = 34.9%

 BLUE value IS 173 (67.97% from 255) = 31.28%

R = 33.82%
G = 34.9%
B = 31.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#BBC1AD (or 0xBBC1AD) is known color: Pale Leaf. HEX triplet: BB, C1 and AD. RGB value is (187,193,173). Sum of RGB (Red+Green+Blue) = 187+193+173=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AD is #443E52. Grayscale: #BDBDBD. Windows color (decimal): -4472403 or 11387323. OLE color: 11387323.

HSL color Cylindrical-coordinate representation of color #BBC1AD: hue angle of 78º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC1AD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 173 -
CMYK 0.03 0 0.10 0.24
HSL 78º 0.14% 0.72% -
HSV(B) 78º 0.1% 0.76% -
XYZ 47.11 51.72 47.04 -
YUV 188.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 187 193 173 0.03 0 0.10 0.24 78 0.14 0.72
Hex BB C1 AD 3 0 A 18 4E E 48
Octal 273 301 255 3 0 12 30 116 16 110
Binary 10111011 11000001 10101101 11 0 1010 11000 1001110 1110 1001000

Color Harmonies of #BBC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1AD

Black with #BBC1AD

Text Example


Text Example

White with #BBC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1AD; }

 p { color: rgb(187,193,173); }

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

background-color css

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

 a { background-color: rgb(187,193,173); }

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

border-color css

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

 span { border-color: rgb(187,193,173); }

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