#B1ACCD

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

Shades of Blue Haze #B1ACCD

Tints of Blue Haze #B1ACCD

Color information

#B1ACCD (or 0xB1ACCD) is unknown color: approx Blue Haze. HEX triplet: B1, AC and CD. RGB value is (177,172,205). Sum of RGB (Red+Green+Blue) = 177+172+205=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACCD is #4E5332. Grayscale: #B1B1B1. Windows color (decimal): -5133107 or 13479089. OLE color: 13479089.

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

Color convert

RGB177172205-
CMYK0.140.1600.20
HSL249.09º24.81%73.92%-
HSV(B)249.09º16.1%80.39%-
XYZ43.943.2663.79-
YUV177.26143.66127.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=31.95%
G=31.05%
B=37.00%

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
Decimal1771722050.140.1600.20249.0924.8173.92
HexB1ACCDE10014f9194a
Octal261254315162002437131112
Binary10110001101011001100110111101000001010011111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACCD; }

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

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

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

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

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

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

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

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