Html Css Color HEX #BBB7C1 French Grey

📋 copy color: '#BBB7C1'

red 187 ◦ green 183 ◦ blue 193

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

Shades of French Grey #BBB7C1

Tints of French Grey #BBB7C1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.5%

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 33.21%
G = 32.5%
B = 34.28%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBB7C1 (or 0xBBB7C1) is known color: French Grey. HEX triplet: BB, B7 and C1. RGB value is (187,183,193). Sum of RGB (Red+Green+Blue) = 187+183+193=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7C1 is #44483E. Grayscale: #B9B9B9. Windows color (decimal): -4474943 or 12695483. OLE color: 12695483.

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

Color convert

RGB 187 183 193 -
CMYK 0.03 0.05 0 0.24
HSL 264º 0.07% 0.74% -
HSV(B) 264º 0.05% 0.76% -
XYZ 47.05 48.28 57.29 -
YUV 185.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 187 183 193 0.03 0.05 0 0.24 264 0.07 0.74
Hex BB B7 C1 3 5 0 18 108 7 4A
Octal 273 267 301 3 5 0 30 410 7 112
Binary 10111011 10110111 11000001 11 101 0 11000 100001000 111 1001010

Color Harmonies of #BBB7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7C1

Black with #BBB7C1

Text Example


Text Example

White with #BBB7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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