Html Css Color HEX #BBB0C3 French Grey

📋 copy color: '#BBB0C3'

red 187 ◦ green 176 ◦ blue 195

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

Shades of French Grey #BBB0C3

Tints of French Grey #BBB0C3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.54%

 BLUE value IS 195 (76.56% from 255) = 34.95%

R = 33.51%
G = 31.54%
B = 34.95%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBB0C3 (or 0xBBB0C3) is known color: French Grey. HEX triplet: BB, B0 and C3. RGB value is (187,176,195). Sum of RGB (Red+Green+Blue) = 187+176+195=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBB0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0C3 is #444F3C. Grayscale: #B5B5B5. Windows color (decimal): -4476733 or 12824763. OLE color: 12824763.

HSL color Cylindrical-coordinate representation of color #BBB0C3: hue angle of 274.74º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB0C3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 176 195 -
CMYK 0.04 0.10 0 0.24
HSL 274.74º 0.14% 0.73% -
HSV(B) 274.74º 0.1% 0.76% -
XYZ 45.87 45.56 58.01 -
YUV 181.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 187 176 195 0.04 0.10 0 0.24 274.74 0.14 0.73
Hex BB B0 C3 4 A 0 18 113 E 49
Octal 273 260 303 4 12 0 30 423 16 111
Binary 10111011 10110000 11000011 100 1010 0 11000 100010011 1110 1001001

Color Harmonies of #BBB0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0C3

Black with #BBB0C3

Text Example


Text Example

White with #BBB0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0C3; }

 p { color: rgb(187,176,195); }

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

background-color css

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

 a { background-color: rgb(187,176,195); }

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

border-color css

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

 span { border-color: rgb(187,176,195); }

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