Html Css Color HEX #B2AFBF Blue Haze

📋 copy color: '#B2AFBF'

red 178 ◦ green 175 ◦ blue 191

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

Shades of Blue Haze #B2AFBF

Tints of Blue Haze #B2AFBF

RGB

 RED value IS 178 (69.92% from 255) = 32.72%

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

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

R = 32.72%
G = 32.17%
B = 35.11%

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

#B2AFBF (or 0xB2AFBF) is known color: Blue Haze. HEX triplet: B2, AF and BF. RGB value is (178,175,191). Sum of RGB (Red+Green+Blue) = 178+175+191=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFBF is #4D5040. Grayscale: #B1B1B1. Windows color (decimal): -5066817 or 12562354. OLE color: 12562354.

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

Color convert

RGB 178 175 191 -
CMYK 0.07 0.08 0 0.25
HSL 251.25º 0.11% 0.72% -
HSV(B) 251.25º 0.08% 0.75% -
XYZ 43.09 43.89 55.49 -
YUV 177.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 178 175 191 0.07 0.08 0 0.25 251.25 0.11 0.72
Hex B2 AF BF 7 8 0 19 FB B 48
Octal 262 257 277 7 10 0 31 373 13 110
Binary 10110010 10101111 10111111 111 1000 0 11001 11111011 1011 1001000

Color Harmonies of #B2AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFBF

Black with #B2AFBF

Text Example


Text Example

White with #B2AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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