#B1ADC1

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

Shades of Blue Haze #B1ADC1

Tints of Blue Haze #B1ADC1

Color information

#B1ADC1 (or 0xB1ADC1) is unknown color: approx Blue Haze. HEX triplet: B1, AD and C1. RGB value is (177,173,193). Sum of RGB (Red+Green+Blue) = 177+173+193=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADC1 is #4E523E. Grayscale: #B0B0B0. Windows color (decimal): -5132863 or 12692913. OLE color: 12692913.

HSL color Cylindrical-coordinate representation of color #B1ADC1: hue angle of 252º 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 #B1ADC1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177173193-
CMYK0.080.1000.24
HSL252º13.89%71.76%-
HSV(B)252º10.36%75.69%-
XYZ42.743.0856.52-
YUV176.48137.33128.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=32.60%
G=31.86%
B=35.54%

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
Decimal1771731930.080.1000.2425213.8971.76
HexB1ADC18A018fce48
Octal261255301101203037416110
Binary101100011010110111000001100010100110001111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADC1; }

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

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

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

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

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

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

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

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