Html Css Color HEX #BBC1AC Pale Leaf

📋 copy color: '#BBC1AC'

red 187 ◦ green 193 ◦ blue 172

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

Shades of Pale Leaf #BBC1AC

Tints of Pale Leaf #BBC1AC

RGB

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

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

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

R = 33.88%
G = 34.96%
B = 31.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BBC1AC (or 0xBBC1AC) is known color: Pale Leaf. HEX triplet: BB, C1 and AC. RGB value is (187,193,172). Sum of RGB (Red+Green+Blue) = 187+193+172=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AC is #443E53. Grayscale: #BCBCBC. Windows color (decimal): -4472404 or 11321787. OLE color: 11321787.

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

Color convert

RGB 187 193 172 -
CMYK 0.03 0 0.11 0.24
HSL 77.14º 0.14% 0.72% -
HSV(B) 77.14º 0.11% 0.76% -
XYZ 47.01 51.68 46.53 -
YUV 188.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 187 193 172 0.03 0 0.11 0.24 77.14 0.14 0.72
Hex BB C1 AC 3 0 B 18 4D E 48
Octal 273 301 254 3 0 13 30 115 16 110
Binary 10111011 11000001 10101100 11 0 1011 11000 1001101 1110 1001000

Color Harmonies of #BBC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1AC

Black with #BBC1AC

Text Example


Text Example

White with #BBC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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