#BBB7CA

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

Shades of Blue Haze #BBB7CA

Tints of Blue Haze #BBB7CA

Color information

#BBB7CA (or 0xBBB7CA) is unknown color: approx Blue Haze. HEX triplet: BB, B7 and CA. RGB value is (187,183,202). Sum of RGB (Red+Green+Blue) = 187+183+202=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7CA is #444835. Grayscale: #BABABA. Windows color (decimal): -4474934 or 13285307. OLE color: 13285307.

HSL color Cylindrical-coordinate representation of color #BBB7CA: hue angle of 252.63º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB7CA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187183202-
CMYK0.070.0900.21
HSL252.63º15.2%75.49%-
HSV(B)252.63º9.41%79.22%-
XYZ48.0948.762.74-
YUV186.36136.83128.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=32.69%
G=31.99%
B=35.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871832020.070.0900.21252.6315.275.49
HexBBB7CA79015fdf4b
Octal27326731271102537517113
Binary10111011101101111100101011110010101011111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7CA; }

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

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

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

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

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

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

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

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