#B1ADCA

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

Shades of Blue Haze #B1ADCA

Tints of Blue Haze #B1ADCA

Color information

#B1ADCA (or 0xB1ADCA) is unknown color: approx Blue Haze. HEX triplet: B1, AD and CA. RGB value is (177,173,202). Sum of RGB (Red+Green+Blue) = 177+173+202=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADCA is #4E5235. Grayscale: #B1B1B1. Windows color (decimal): -5132854 or 13282737. OLE color: 13282737.

HSL color Cylindrical-coordinate representation of color #B1ADCA: hue angle of 248.28º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1ADCA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177173202-
CMYK0.120.1400.21
HSL248.28º21.48%73.53%-
HSV(B)248.28º14.36%79.22%-
XYZ43.7443.561.97-
YUV177.5141.83127.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=32.07%
G=31.34%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771732020.120.1400.21248.2821.4873.53
HexB1ADCACE015f8154a
Octal261255312141602537025112
Binary1011000110101101110010101100111001010111111000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADCA; }

 p { color: rgb(177,173,202); }

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

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

 a { background-color: rgb(177,173,202); }

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

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

 span { border-color: rgb(177,173,202); }

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