#B1ADC4

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

Shades of Blue Haze #B1ADC4

Tints of Blue Haze #B1ADC4

Color information

#B1ADC4 (or 0xB1ADC4) is unknown color: approx Blue Haze. HEX triplet: B1, AD and C4. RGB value is (177,173,196). Sum of RGB (Red+Green+Blue) = 177+173+196=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #B1ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADC4 is #4E523B. Grayscale: #B0B0B0. Windows color (decimal): -5132860 or 12889521. OLE color: 12889521.

HSL color Cylindrical-coordinate representation of color #B1ADC4: hue angle of 250.43º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1ADC4 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177173196-
CMYK0.100.1200.23
HSL250.43º16.31%72.35%-
HSV(B)250.43º11.73%76.86%-
XYZ43.0443.2258.3-
YUV176.82138.83128.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=32.42%
G=31.68%
B=35.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771731960.100.1200.23250.4316.3172.35
HexB1ADC4AC017fa1048
Octal261255304121402737220110
Binary1011000110101101110001001010110001011111111010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADC4; }

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

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

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

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

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

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

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

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