#B2ADC1

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

Shades of Blue Haze #B2ADC1

Tints of Blue Haze #B2ADC1

Color information

#B2ADC1 (or 0xB2ADC1) is unknown color: approx Blue Haze. HEX triplet: B2, AD and C1. RGB value is (178,173,193). Sum of RGB (Red+Green+Blue) = 178+173+193=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC1 is #4D523E. Grayscale: #B0B0B0. Windows color (decimal): -5067327 or 12692914. OLE color: 12692914.

HSL color Cylindrical-coordinate representation of color #B2ADC1: hue angle of 255º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ADC1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178173193-
CMYK0.080.1000.24
HSL255º13.89%71.76%-
HSV(B)255º10.36%75.69%-
XYZ42.9343.256.53-
YUV176.78137.16128.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=32.72%
G=31.80%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781731930.080.1000.2425513.8971.76
HexB2ADC18A018ffe48
Octal262255301101203037716110
Binary101100101010110111000001100010100110001111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADC1; }

 p { color: rgb(178,173,193); }

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

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

 a { background-color: rgb(178,173,193); }

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

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

 span { border-color: rgb(178,173,193); }

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