#B4ACCD

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

Shades of Blue Haze #B4ACCD

Tints of Blue Haze #B4ACCD

Color information

#B4ACCD (or 0xB4ACCD) is unknown color: approx Blue Haze. HEX triplet: B4, AC and CD. RGB value is (180,172,205). Sum of RGB (Red+Green+Blue) = 180+172+205=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACCD is #4B5332. Grayscale: #B2B2B2. Windows color (decimal): -4936499 or 13479092. OLE color: 13479092.

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

Color convert

RGB180172205-
CMYK0.120.1600.20
HSL254.55º24.81%73.92%-
HSV(B)254.55º16.1%80.39%-
XYZ44.5943.6263.83-
YUV178.15143.15129.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=32.32%
G=30.88%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801722050.120.1600.20254.5524.8173.92
HexB4ACCDC10014ff194a
Octal264254315142002437731112
Binary10110100101011001100110111001000001010011111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACCD; }

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

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

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

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

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

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

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

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