Html Css Color HEX #BBC6A7 Pale Leaf

📋 copy color: '#BBC6A7'

red 187 ◦ green 198 ◦ blue 167

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

Shades of Pale Leaf #BBC6A7

Tints of Pale Leaf #BBC6A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.25%

R = 33.88%
G = 35.87%
B = 30.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BBC6A7 (or 0xBBC6A7) is known color: Pale Leaf. HEX triplet: BB, C6 and A7. RGB value is (187,198,167). Sum of RGB (Red+Green+Blue) = 187+198+167=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6A7 is #443958. Grayscale: #BFBFBF. Windows color (decimal): -4471129 or 10995387. OLE color: 10995387.

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

Color convert

RGB 187 198 167 -
CMYK 0.06 0 0.16 0.22
HSL 81.29º 0.21% 0.72% -
HSV(B) 81.29º 0.16% 0.78% -
XYZ 47.66 53.74 44.42 -
YUV 191.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 187 198 167 0.06 0 0.16 0.22 81.29 0.21 0.72
Hex BB C6 A7 6 0 10 16 51 15 48
Octal 273 306 247 6 0 20 26 121 25 110
Binary 10111011 11000110 10100111 110 0 10000 10110 1010001 10101 1001000

Color Harmonies of #BBC6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6A7

Black with #BBC6A7

Text Example


Text Example

White with #BBC6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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