Html Css Color HEX #BBC6AC Pale Leaf

📋 copy color: '#BBC6AC'

red 187 ◦ green 198 ◦ blue 172

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

Shades of Pale Leaf #BBC6AC

Tints of Pale Leaf #BBC6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.55%

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

R = 33.57%
G = 35.55%
B = 30.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#BBC6AC (or 0xBBC6AC) is known color: Pale Leaf. HEX triplet: BB, C6 and AC. RGB value is (187,198,172). Sum of RGB (Red+Green+Blue) = 187+198+172=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6AC is #443953. Grayscale: #BFBFBF. Windows color (decimal): -4471124 or 11323067. OLE color: 11323067.

HSL color Cylindrical-coordinate representation of color #BBC6AC: hue angle of 85.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC6AC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 172 -
CMYK 0.06 0 0.13 0.22
HSL 85.38º 0.19% 0.73% -
HSV(B) 85.38º 0.13% 0.78% -
XYZ 48.13 53.93 46.9 -
YUV 191.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 187 198 172 0.06 0 0.13 0.22 85.38 0.19 0.73
Hex BB C6 AC 6 0 D 16 55 13 49
Octal 273 306 254 6 0 15 26 125 23 111
Binary 10111011 11000110 10101100 110 0 1101 10110 1010101 10011 1001001

Color Harmonies of #BBC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6AC

Black with #BBC6AC

Text Example


Text Example

White with #BBC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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