#BBB3D5

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

Shades of Blue Haze #BBB3D5

Tints of Blue Haze #BBB3D5

Color information

#BBB3D5 (or 0xBBB3D5) is unknown color: approx Blue Haze. HEX triplet: BB, B3 and D5. RGB value is (187,179,213). Sum of RGB (Red+Green+Blue) = 187+179+213=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3D5 is #444C2A. Grayscale: #B9B9B9. Windows color (decimal): -4475947 or 14005179. OLE color: 14005179.

HSL color Cylindrical-coordinate representation of color #BBB3D5: hue angle of 254.12º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB3D5 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187179213-
CMYK0.120.1600.16
HSL254.12º28.81%76.86%-
HSV(B)254.12º15.96%83.53%-
XYZ48.6247.6169.58-
YUV185.27143.65129.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=32.30%
G=30.92%
B=36.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871792130.120.1600.16254.1228.8176.86
HexBBB3D5C10010fe1d4d
Octal273263325142002037635115
Binary10111011101100111101010111001000001000011111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3D5; }

 p { color: rgb(187,179,213); }

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

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

 a { background-color: rgb(187,179,213); }

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

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

 span { border-color: rgb(187,179,213); }

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