Html Css Color HEX #B1ABCF Blue Haze

📋 copy color: '#B1ABCF'

red 177 ◦ green 171 ◦ blue 207

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

Shades of Blue Haze #B1ABCF

Tints of Blue Haze #B1ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.81%

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 31.89%
G = 30.81%
B = 37.3%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1ABCF (or 0xB1ABCF) is known color: Blue Haze. HEX triplet: B1, AB and CF. RGB value is (177,171,207). Sum of RGB (Red+Green+Blue) = 177+171+207=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABCF is #4E5430. Grayscale: #B0B0B0. Windows color (decimal): -5133361 or 13609905. OLE color: 13609905.

HSL color Cylindrical-coordinate representation of color #B1ABCF: hue angle of 250º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1ABCF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 171 207 -
CMYK 0.14 0.17 0 0.19
HSL 250º 0.27% 0.74% -
HSV(B) 250º 0.17% 0.81% -
XYZ 43.96 42.98 65.01 -
YUV 176.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 177 171 207 0.14 0.17 0 0.19 250 0.27 0.74
Hex B1 AB CF E 11 0 13 FA 1B 4A
Octal 261 253 317 16 21 0 23 372 33 112
Binary 10110001 10101011 11001111 1110 10001 0 10011 11111010 11011 1001010

Color Harmonies of #B1ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABCF

Black with #B1ABCF

Text Example


Text Example

White with #B1ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABCF; }

 p { color: rgb(177,171,207); }

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

background-color css

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

 a { background-color: rgb(177,171,207); }

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

border-color css

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

 span { border-color: rgb(177,171,207); }

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