#B0ACCD

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

Shades of Blue Haze #B0ACCD

Tints of Blue Haze #B0ACCD

Color information

#B0ACCD (or 0xB0ACCD) is unknown color: approx Blue Haze. HEX triplet: B0, AC and CD. RGB value is (176,172,205). Sum of RGB (Red+Green+Blue) = 176+172+205=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACCD is #4F5332. Grayscale: #B0B0B0. Windows color (decimal): -5198643 or 13479088. OLE color: 13479088.

HSL color Cylindrical-coordinate representation of color #B0ACCD: hue angle of 247.27º degrees, saturation: 0.25, 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 #B0ACCD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176172205-
CMYK0.140.1600.20
HSL247.27º24.81%73.92%-
HSV(B)247.27º16.1%80.39%-
XYZ43.6843.1463.78-
YUV176.96143.83127.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=31.83%
G=31.10%
B=37.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761722050.140.1600.20247.2724.8173.92
HexB0ACCDE10014f7194a
Octal260254315162002436731112
Binary10110000101011001100110111101000001010011110111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACCD; }

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

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

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

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

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

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

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

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