Html Css Color HEX #B1AFBE Blue Haze

📋 copy color: '#B1AFBE'

red 177 ◦ green 175 ◦ blue 190

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

Shades of Blue Haze #B1AFBE

Tints of Blue Haze #B1AFBE

RGB

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

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

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

R = 32.66%
G = 32.29%
B = 35.06%

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

#B1AFBE (or 0xB1AFBE) is known color: Blue Haze. HEX triplet: B1, AF and BE. RGB value is (177,175,190). Sum of RGB (Red+Green+Blue) = 177+175+190=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFBE is #4E5041. Grayscale: #B1B1B1. Windows color (decimal): -5132354 or 12496817. OLE color: 12496817.

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

Color convert

RGB 177 175 190 -
CMYK 0.07 0.08 0 0.25
HSL 248º 0.1% 0.72% -
HSV(B) 248º 0.08% 0.75% -
XYZ 42.76 43.72 54.9 -
YUV 177.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 177 175 190 0.07 0.08 0 0.25 248 0.1 0.72
Hex B1 AF BE 7 8 0 19 F8 A 48
Octal 261 257 276 7 10 0 31 370 12 110
Binary 10110001 10101111 10111110 111 1000 0 11001 11111000 1010 1001000

Color Harmonies of #B1AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFBE

Black with #B1AFBE

Text Example


Text Example

White with #B1AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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