#B2ABCC

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

Shades of Blue Haze #B2ABCC

Tints of Blue Haze #B2ABCC

Color information

#B2ABCC (or 0xB2ABCC) is unknown color: approx Blue Haze. HEX triplet: B2, AB and CC. RGB value is (178,171,204). Sum of RGB (Red+Green+Blue) = 178+171+204=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 171 (67.19% from 255 or 30.92% 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 #B2ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABCC is #4D5433. Grayscale: #B0B0B0. Windows color (decimal): -5067828 or 13413298. OLE color: 13413298.

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

Color convert

RGB178171204-
CMYK0.130.1600.2
HSL252.73º24.44%73.53%-
HSV(B)252.73º16.18%80%-
XYZ43.8242.9563.11-
YUV176.86143.32128.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=32.19%
G=30.92%
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
Decimal1781712040.130.1600.2252.7324.4473.53
HexB2ABCCD10014fd184a
Octal262253314152002437530112
Binary10110010101010111100110011011000001010011111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABCC; }

 p { color: rgb(178,171,204); }

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

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

 a { background-color: rgb(178,171,204); }

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

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

 span { border-color: rgb(178,171,204); }

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