Html Css Color HEX #B1AFBF Blue Haze

📋 copy color: '#B1AFBF'

red 177 ◦ green 175 ◦ blue 191

#B1AFBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #B1AFBF

Tints of Blue Haze #B1AFBF

RGB

 RED value IS 177 (69.53% from 255) = 32.6%

 GREEN value IS 175 (68.75% from 255) = 32.23%

 BLUE value IS 191 (75% from 255) = 35.17%

R = 32.6%
G = 32.23%
B = 35.17%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1AFBF (or 0xB1AFBF) is known color: Blue Haze. HEX triplet: B1, AF and BF. RGB value is (177,175,191). Sum of RGB (Red+Green+Blue) = 177+175+191=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFBF is #4E5040. Grayscale: #B1B1B1. Windows color (decimal): -5132353 or 12562353. OLE color: 12562353.

HSL color Cylindrical-coordinate representation of color #B1AFBF: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1AFBF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 175 191 -
CMYK 0.07 0.08 0 0.25
HSL 247.5º 0.11% 0.72% -
HSV(B) 247.5º 0.08% 0.75% -
XYZ 42.87 43.77 55.48 -
YUV 177.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 177 175 191 0.07 0.08 0 0.25 247.5 0.11 0.72
Hex B1 AF BF 7 8 0 19 F8 B 48
Octal 261 257 277 7 10 0 31 370 13 110
Binary 10110001 10101111 10111111 111 1000 0 11001 11111000 1011 1001000

Color Harmonies of #B1AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFBF

Black with #B1AFBF

Text Example


Text Example

White with #B1AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFBF; }

 p { color: rgb(177,175,191); }

 H1.HeaderClassName
 {
   color: #B1AFBF;
 }
 .AnyTagClassName
 {
   color: #B1AFBF;
 }
</style>

background-color css

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

 a { background-color: rgb(177,175,191); }

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

border-color css

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

 span { border-color: rgb(177,175,191); }

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