Html Css Color HEX #BBC4AD Pale Leaf

📋 copy color: '#BBC4AD'

red 187 ◦ green 196 ◦ blue 173

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

Shades of Pale Leaf #BBC4AD

Tints of Pale Leaf #BBC4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.25%

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

R = 33.63%
G = 35.25%
B = 31.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#BBC4AD (or 0xBBC4AD) is known color: Pale Leaf. HEX triplet: BB, C4 and AD. RGB value is (187,196,173). Sum of RGB (Red+Green+Blue) = 187+196+173=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4AD is #443B52. Grayscale: #BEBEBE. Windows color (decimal): -4471635 or 11388091. OLE color: 11388091.

HSL color Cylindrical-coordinate representation of color #BBC4AD: hue angle of 83.48º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC4AD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 173 -
CMYK 0.05 0 0.12 0.23
HSL 83.48º 0.16% 0.72% -
HSV(B) 83.48º 0.12% 0.77% -
XYZ 47.78 53.06 47.26 -
YUV 190.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 187 196 173 0.05 0 0.12 0.23 83.48 0.16 0.72
Hex BB C4 AD 5 0 C 17 53 10 48
Octal 273 304 255 5 0 14 27 123 20 110
Binary 10111011 11000100 10101101 101 0 1100 10111 1010011 10000 1001000

Color Harmonies of #BBC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4AD

Black with #BBC4AD

Text Example


Text Example

White with #BBC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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