#BBB7C4

Color #BBB7C4 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BBB7C4

Tints of Blue Haze #BBB7C4

Color information

#BBB7C4 (or 0xBBB7C4) is unknown color: approx Blue Haze. HEX triplet: BB, B7 and C4. RGB value is (187,183,196). Sum of RGB (Red+Green+Blue) = 187+183+196=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7C4 is #44483B. Grayscale: #B9B9B9. Windows color (decimal): -4474940 or 12892091. OLE color: 12892091.

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

Color convert

RGB187183196-
CMYK0.050.0700.23
HSL258.46º9.92%74.31%-
HSV(B)258.46º6.63%76.86%-
XYZ47.3948.4259.07-
YUV185.68133.83128.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 183 (71.88% from 255) = 32.33%
BLUE value IS 196 (76.95% from 255) = 34.63%
R=33.04%
G=32.33%
B=34.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871831960.050.0700.23258.469.9274.31
HexBBB7C457017102a4a
Octal2732673045702740212112
Binary10111011101101111100010010111101011110000001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7C4; }

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

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

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

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

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

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

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

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