Html Css Color HEX #BBC6AB Pale Leaf

📋 copy color: '#BBC6AB'

red 187 ◦ green 198 ◦ blue 171

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

Shades of Pale Leaf #BBC6AB

Tints of Pale Leaf #BBC6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 33.63%
G = 35.61%
B = 30.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BBC6AB (or 0xBBC6AB) is known color: Pale Leaf. HEX triplet: BB, C6 and AB. RGB value is (187,198,171). Sum of RGB (Red+Green+Blue) = 187+198+171=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6AB is #443954. Grayscale: #BFBFBF. Windows color (decimal): -4471125 or 11257531. OLE color: 11257531.

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

Color convert

RGB 187 198 171 -
CMYK 0.06 0 0.14 0.22
HSL 84.44º 0.19% 0.72% -
HSV(B) 84.44º 0.14% 0.78% -
XYZ 48.04 53.89 46.4 -
YUV 191.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 187 198 171 0.06 0 0.14 0.22 84.44 0.19 0.72
Hex BB C6 AB 6 0 E 16 54 13 48
Octal 273 306 253 6 0 16 26 124 23 110
Binary 10111011 11000110 10101011 110 0 1110 10110 1010100 10011 1001000

Color Harmonies of #BBC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6AB

Black with #BBC6AB

Text Example


Text Example

White with #BBC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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