#BBB2C4

Color #BBB2C4 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BBB2C4

Tints of French Grey #BBB2C4

Color information

#BBB2C4 (or 0xBBB2C4) is unknown color: approx French Grey. HEX triplet: BB, B2 and C4. RGB value is (187,178,196). Sum of RGB (Red+Green+Blue) = 187+178+196=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C4 is #444D3B. Grayscale: #B6B6B6. Windows color (decimal): -4476220 or 12890811. OLE color: 12890811.

HSL color Cylindrical-coordinate representation of color #BBB2C4: hue angle of 270º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB2C4 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187178196-
CMYK0.050.0900.23
HSL270º13.24%73.33%-
HSV(B)270º9.18%76.86%-
XYZ46.3846.3958.73-
YUV182.74135.48131.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=33.33%
G=31.73%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871781960.050.0900.2327013.2473.33
HexBBB2C45901710ed49
Octal27326230451102741615111
Binary101110111011001011000100101100101011110000111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2C4; }

 p { color: rgb(187,178,196); }

 H1.HeaderClassName
 {
   color: #BBB2C4;
 }
 .AnyTagClassName
 {
   color: #BBB2C4;
 }
</style>
background-color css

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

 a { background-color: rgb(187,178,196); }

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

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

 span { border-color: rgb(187,178,196); }

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