#B1ACCB

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

Shades of Blue Haze #B1ACCB

Tints of Blue Haze #B1ACCB

Color information

#B1ACCB (or 0xB1ACCB) is unknown color: approx Blue Haze. HEX triplet: B1, AC and CB. RGB value is (177,172,203). Sum of RGB (Red+Green+Blue) = 177+172+203=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACCB is #4E5334. Grayscale: #B0B0B0. Windows color (decimal): -5133109 or 13348017. OLE color: 13348017.

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

Color convert

RGB177172203-
CMYK0.130.1500.20
HSL249.68º22.96%73.53%-
HSV(B)249.68º15.27%79.61%-
XYZ43.6643.1662.53-
YUV177.03142.66127.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=32.07%
G=31.16%
B=36.78%

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
Decimal1771722030.130.1500.20249.6822.9673.53
HexB1ACCBDF014fa174a
Octal261254313151702437227112
Binary1011000110101100110010111101111101010011111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACCB; }

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

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

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

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

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

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

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

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