Html Css Color HEX #BBC5AC Pale Leaf

📋 copy color: '#BBC5AC'

red 187 ◦ green 197 ◦ blue 172

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

Shades of Pale Leaf #BBC5AC

Tints of Pale Leaf #BBC5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.43%

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 33.63%
G = 35.43%
B = 30.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#BBC5AC (or 0xBBC5AC) is known color: Pale Leaf. HEX triplet: BB, C5 and AC. RGB value is (187,197,172). Sum of RGB (Red+Green+Blue) = 187+197+172=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5AC is #443A53. Grayscale: #BFBFBF. Windows color (decimal): -4471380 or 11322811. OLE color: 11322811.

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

Color convert

RGB 187 197 172 -
CMYK 0.05 0 0.13 0.23
HSL 84º 0.18% 0.72% -
HSV(B) 84º 0.13% 0.77% -
XYZ 47.91 53.48 46.83 -
YUV 191.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 187 197 172 0.05 0 0.13 0.23 84 0.18 0.72
Hex BB C5 AC 5 0 D 17 54 12 48
Octal 273 305 254 5 0 15 27 124 22 110
Binary 10111011 11000101 10101100 101 0 1101 10111 1010100 10010 1001000

Color Harmonies of #BBC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5AC

Black with #BBC5AC

Text Example


Text Example

White with #BBC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5AC; }

 p { color: rgb(187,197,172); }

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

background-color css

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

 a { background-color: rgb(187,197,172); }

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

border-color css

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

 span { border-color: rgb(187,197,172); }

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