#BBADC6

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

Shades of French Grey #BBADC6

Tints of French Grey #BBADC6

Color information

#BBADC6 (or 0xBBADC6) is unknown color: approx French Grey. HEX triplet: BB, AD and C6. RGB value is (187,173,198). Sum of RGB (Red+Green+Blue) = 187+173+198=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC6 is #445239. Grayscale: #B3B3B3. Windows color (decimal): -4477498 or 13020603. OLE color: 13020603.

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

Color convert

RGB187173198-
CMYK0.060.1300.22
HSL273.6º17.99%72.75%-
HSV(B)273.6º12.63%77.65%-
XYZ45.6344.5359.62-
YUV180.04138.14132.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=33.51%
G=31.00%
B=35.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871731980.060.1300.22273.617.9972.75
HexBBADC66D0161121249
Octal27325530661502642222111
Binary1011101110101101110001101101101010110100010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADC6; }

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

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

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

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

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

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

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

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