Html Css Color HEX #B1ACBE Blue Haze

📋 copy color: '#B1ACBE'

red 177 ◦ green 172 ◦ blue 190

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

Shades of Blue Haze #B1ACBE

Tints of Blue Haze #B1ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

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

R = 32.84%
G = 31.91%
B = 35.25%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1ACBE (or 0xB1ACBE) is known color: Blue Haze. HEX triplet: B1, AC and BE. RGB value is (177,172,190). Sum of RGB (Red+Green+Blue) = 177+172+190=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBE is #4E5341. Grayscale: #AFAFAF. Windows color (decimal): -5133122 or 12496049. OLE color: 12496049.

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

Color convert

RGB 177 172 190 -
CMYK 0.07 0.09 0 0.25
HSL 256.67º 0.12% 0.71% -
HSV(B) 256.67º 0.09% 0.75% -
XYZ 42.18 42.57 54.71 -
YUV 175.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 177 172 190 0.07 0.09 0 0.25 256.67 0.12 0.71
Hex B1 AC BE 7 9 0 19 101 C 47
Octal 261 254 276 7 11 0 31 401 14 107
Binary 10110001 10101100 10111110 111 1001 0 11001 100000001 1100 1000111

Color Harmonies of #B1ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACBE

Black with #B1ACBE

Text Example


Text Example

White with #B1ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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