#B8B1D4

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

Shades of Blue Haze #B8B1D4

Tints of Blue Haze #B8B1D4

Color information

#B8B1D4 (or 0xB8B1D4) is unknown color: approx Blue Haze. HEX triplet: B8, B1 and D4. RGB value is (184,177,212). Sum of RGB (Red+Green+Blue) = 184+177+212=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #B8B1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B1D4 is #474E2B. Grayscale: #B6B6B6. Windows color (decimal): -4673068 or 13939128. OLE color: 13939128.

HSL color Cylindrical-coordinate representation of color #B8B1D4: hue angle of 252º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8B1D4 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB184177212-
CMYK0.130.1700.17
HSL252º28.93%76.27%-
HSV(B)252º16.51%83.14%-
XYZ47.3746.3968.74-
YUV183.08144.32128.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=32.11%
G=30.89%
B=37.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1841772120.130.1700.1725228.9376.27
HexB8B1D4D11011fc1d4c
Octal270261324152102137435114
Binary10111000101100011101010011011000101000111111100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B1D4; }

 p { color: rgb(184,177,212); }

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

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

 a { background-color: rgb(184,177,212); }

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

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

 span { border-color: rgb(184,177,212); }

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