#B4ACCB

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

Shades of Blue Haze #B4ACCB

Tints of Blue Haze #B4ACCB

Color information

#B4ACCB (or 0xB4ACCB) is unknown color: approx Blue Haze. HEX triplet: B4, AC and CB. RGB value is (180,172,203). Sum of RGB (Red+Green+Blue) = 180+172+203=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACCB is #4B5334. Grayscale: #B1B1B1. Windows color (decimal): -4936501 or 13348020. OLE color: 13348020.

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

Color convert

RGB180172203-
CMYK0.110.1500.20
HSL255.48º22.96%73.53%-
HSV(B)255.48º15.27%79.61%-
XYZ44.3543.5262.56-
YUV177.93142.15129.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=32.43%
G=30.99%
B=36.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801722030.110.1500.20255.4822.9673.53
HexB4ACCBBF014ff174a
Octal264254313131702437727112
Binary1011010010101100110010111011111101010011111111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACCB; }

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

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

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

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

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

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

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

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