#B0ACCC

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

Shades of Blue Haze #B0ACCC

Tints of Blue Haze #B0ACCC

Color information

#B0ACCC (or 0xB0ACCC) is unknown color: approx Blue Haze. HEX triplet: B0, AC and CC. RGB value is (176,172,204). Sum of RGB (Red+Green+Blue) = 176+172+204=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACCC is #4F5333. Grayscale: #B0B0B0. Windows color (decimal): -5198644 or 13413552. OLE color: 13413552.

HSL color Cylindrical-coordinate representation of color #B0ACCC: hue angle of 247.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0ACCC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176172204-
CMYK0.140.1600.2
HSL247.5º23.88%73.73%-
HSV(B)247.5º15.69%80%-
XYZ43.5643.0963.15-
YUV176.84143.33127.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=31.88%
G=31.16%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761722040.140.1600.2247.523.8873.73
HexB0ACCCE10014f8184a
Octal260254314162002437030112
Binary10110000101011001100110011101000001010011111000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACCC; }

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

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

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

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

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

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

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

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