Html Css Color HEX #B3AFBE Blue Haze

📋 copy color: '#B3AFBE'

red 179 ◦ green 175 ◦ blue 190

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

Shades of Blue Haze #B3AFBE

Tints of Blue Haze #B3AFBE

RGB

 RED value IS 179 (70.31% from 255) = 32.9%

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 32.9%
G = 32.17%
B = 34.93%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B3AFBE (or 0xB3AFBE) is known color: Blue Haze. HEX triplet: B3, AF and BE. RGB value is (179,175,190). Sum of RGB (Red+Green+Blue) = 179+175+190=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFBE is #4C5041. Grayscale: #B1B1B1. Windows color (decimal): -5001282 or 12496819. OLE color: 12496819.

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

Color convert

RGB 179 175 190 -
CMYK 0.06 0.08 0 0.25
HSL 256º 0.1% 0.72% -
HSV(B) 256º 0.08% 0.75% -
XYZ 43.21 43.96 54.92 -
YUV 177.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 179 175 190 0.06 0.08 0 0.25 256 0.1 0.72
Hex B3 AF BE 6 8 0 19 100 A 48
Octal 263 257 276 6 10 0 31 400 12 110
Binary 10110011 10101111 10111110 110 1000 0 11001 100000000 1010 1001000

Color Harmonies of #B3AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AFBE

Black with #B3AFBE

Text Example


Text Example

White with #B3AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AFBE; }

 p { color: rgb(179,175,190); }

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

background-color css

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

 a { background-color: rgb(179,175,190); }

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

border-color css

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

 span { border-color: rgb(179,175,190); }

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