#B1ACCC

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

Shades of Blue Haze #B1ACCC

Tints of Blue Haze #B1ACCC

Color information

#B1ACCC (or 0xB1ACCC) is unknown color: approx Blue Haze. HEX triplet: B1, AC and CC. RGB value is (177,172,204). Sum of RGB (Red+Green+Blue) = 177+172+204=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACCC is #4E5333. Grayscale: #B1B1B1. Windows color (decimal): -5133108 or 13413553. OLE color: 13413553.

HSL color Cylindrical-coordinate representation of color #B1ACCC: hue angle of 249.38º 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 #B1ACCC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177172204-
CMYK0.130.1600.2
HSL249.38º23.88%73.73%-
HSV(B)249.38º15.69%80%-
XYZ43.7843.2163.16-
YUV177.14143.16127.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=32.01%
G=31.10%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771722040.130.1600.2249.3823.8873.73
HexB1ACCCD10014f9184a
Octal261254314152002437130112
Binary10110001101011001100110011011000001010011111001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACCC; }

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

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

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

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

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

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

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

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