Html Css Color HEX #B1AEC1 Blue Haze

📋 copy color: '#B1AEC1'

red 177 ◦ green 174 ◦ blue 193

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

Shades of Blue Haze #B1AEC1

Tints of Blue Haze #B1AEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.99%

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 32.54%
G = 31.99%
B = 35.48%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B1AEC1 (or 0xB1AEC1) is known color: Blue Haze. HEX triplet: B1, AE and C1. RGB value is (177,174,193). Sum of RGB (Red+Green+Blue) = 177+174+193=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEC1 is #4E513E. Grayscale: #B0B0B0. Windows color (decimal): -5132607 or 12693169. OLE color: 12693169.

HSL color Cylindrical-coordinate representation of color #B1AEC1: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AEC1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 174 193 -
CMYK 0.08 0.10 0 0.24
HSL 249.47º 0.13% 0.72% -
HSV(B) 249.47º 0.1% 0.76% -
XYZ 42.89 43.47 56.58 -
YUV 177.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 177 174 193 0.08 0.10 0 0.24 249.47 0.13 0.72
Hex B1 AE C1 8 A 0 18 F9 D 48
Octal 261 256 301 10 12 0 30 371 15 110
Binary 10110001 10101110 11000001 1000 1010 0 11000 11111001 1101 1001000

Color Harmonies of #B1AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEC1

Black with #B1AEC1

Text Example


Text Example

White with #B1AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEC1; }

 p { color: rgb(177,174,193); }

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

background-color css

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

 a { background-color: rgb(177,174,193); }

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

border-color css

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

 span { border-color: rgb(177,174,193); }

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