#B0ACCB

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

Shades of Blue Haze #B0ACCB

Tints of Blue Haze #B0ACCB

Color information

#B0ACCB (or 0xB0ACCB) is unknown color: approx Blue Haze. HEX triplet: B0, AC and CB. RGB value is (176,172,203). Sum of RGB (Red+Green+Blue) = 176+172+203=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACCB is #4F5334. Grayscale: #B0B0B0. Windows color (decimal): -5198645 or 13348016. OLE color: 13348016.

HSL color Cylindrical-coordinate representation of color #B0ACCB: hue angle of 247.74º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0ACCB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176172203-
CMYK0.130.1500.20
HSL247.74º22.96%73.53%-
HSV(B)247.74º15.27%79.61%-
XYZ43.4443.0562.52-
YUV176.73142.83127.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=31.94%
G=31.22%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761722030.130.1500.20247.7422.9673.53
HexB0ACCBDF014f8174a
Octal260254313151702437027112
Binary1011000010101100110010111101111101010011111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACCB; }

 p { color: rgb(176,172,203); }

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

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

 a { background-color: rgb(176,172,203); }

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

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

 span { border-color: rgb(176,172,203); }

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