#B4AFC1

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

Shades of Blue Haze #B4AFC1

Tints of Blue Haze #B4AFC1

Color information

#B4AFC1 (or 0xB4AFC1) is unknown color: approx Blue Haze. HEX triplet: B4, AF and C1. RGB value is (180,175,193). Sum of RGB (Red+Green+Blue) = 180+175+193=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFC1 is #4B503E. Grayscale: #B2B2B2. Windows color (decimal): -4935743 or 12693428. OLE color: 12693428.

HSL color Cylindrical-coordinate representation of color #B4AFC1: hue angle of 256.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4AFC1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180175193-
CMYK0.070.0900.24
HSL256.67º12.68%72.16%-
HSV(B)256.67º9.33%75.69%-
XYZ43.7844.2156.68-
YUV178.55136.16129.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=32.85%
G=31.93%
B=35.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801751930.070.0900.24256.6712.6872.16
HexB4AFC179018101d48
Octal26425730171103040115110
Binary101101001010111111000001111100101100010000000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFC1; }

 p { color: rgb(180,175,193); }

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

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

 a { background-color: rgb(180,175,193); }

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

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

 span { border-color: rgb(180,175,193); }

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