#BBADC7

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

Shades of French Grey #BBADC7

Tints of French Grey #BBADC7

Color information

#BBADC7 (or 0xBBADC7) is unknown color: approx French Grey. HEX triplet: BB, AD and C7. RGB value is (187,173,199). Sum of RGB (Red+Green+Blue) = 187+173+199=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC7 is #445238. Grayscale: #B4B4B4. Windows color (decimal): -4477497 or 13086139. OLE color: 13086139.

HSL color Cylindrical-coordinate representation of color #BBADC7: hue angle of 272.31º degrees, saturation: 0.19, 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 #BBADC7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187173199-
CMYK0.060.1300.22
HSL272.31º18.84%72.94%-
HSV(B)272.31º13.07%78.04%-
XYZ45.7544.5860.23-
YUV180.15138.64132.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=33.45%
G=30.95%
B=35.60%

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
Decimal1871731990.060.1300.22272.3118.8472.94
HexBBADC76D0161101349
Octal27325530761502642023111
Binary1011101110101101110001111101101010110100010000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADC7; }

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

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

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

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

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

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

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

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