#BBB3D4

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

Shades of Blue Haze #BBB3D4

Tints of Blue Haze #BBB3D4

Color information

#BBB3D4 (or 0xBBB3D4) is unknown color: approx Blue Haze. HEX triplet: BB, B3 and D4. RGB value is (187,179,212). Sum of RGB (Red+Green+Blue) = 187+179+212=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3D4 is #444C2B. Grayscale: #B9B9B9. Windows color (decimal): -4475948 or 13939643. OLE color: 13939643.

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

Color convert

RGB187179212-
CMYK0.120.1600.17
HSL254.55º27.73%76.67%-
HSV(B)254.55º15.57%83.14%-
XYZ48.547.5668.91-
YUV185.15143.15129.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 179 (70.31% from 255) = 30.97%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=32.35%
G=30.97%
B=36.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871792120.120.1600.17254.5527.7376.67
HexBBB3D4C10011ff1c4d
Octal273263324142002137734115
Binary10111011101100111101010011001000001000111111111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3D4; }

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

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

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

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

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

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

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

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