#BBADC8

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

Shades of French Grey #BBADC8

Tints of French Grey #BBADC8

Color information

#BBADC8 (or 0xBBADC8) is unknown color: approx French Grey. HEX triplet: BB, AD and C8. RGB value is (187,173,200). Sum of RGB (Red+Green+Blue) = 187+173+200=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC8 is #445237. Grayscale: #B4B4B4. Windows color (decimal): -4477496 or 13151675. OLE color: 13151675.

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

Color convert

RGB187173200-
CMYK0.060.1400.22
HSL271.11º19.71%73.14%-
HSV(B)271.11º13.5%78.43%-
XYZ45.8644.6260.84-
YUV180.26139.14132.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=33.39%
G=30.89%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871732000.060.1400.22271.1119.7173.14
HexBBADC86E01610f1449
Octal27325531061602641724111
Binary1011101110101101110010001101110010110100001111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADC8; }

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

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

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

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

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

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

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

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