Html Css Color HEX #B1ACCB Blue Haze

📋 copy color: '#B1ACCB'

red 177 ◦ green 172 ◦ blue 203

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

Shades of Blue Haze #B1ACCB

Tints of Blue Haze #B1ACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 32.07%
G = 31.16%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1ACCB (or 0xB1ACCB) is known color: Blue Haze. HEX triplet: B1, AC and CB. RGB value is (177,172,203). Sum of RGB (Red+Green+Blue) = 177+172+203=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACCB is #4E5334. Grayscale: #B0B0B0. Windows color (decimal): -5133109 or 13348017. OLE color: 13348017.

HSL color Cylindrical-coordinate representation of color #B1ACCB: hue angle of 249.68º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1ACCB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 172 203 -
CMYK 0.13 0.15 0 0.20
HSL 249.68º 0.23% 0.74% -
HSV(B) 249.68º 0.15% 0.8% -
XYZ 43.66 43.16 62.53 -
YUV 177.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 177 172 203 0.13 0.15 0 0.20 249.68 0.23 0.74
Hex B1 AC CB D F 0 14 FA 17 4A
Octal 261 254 313 15 17 0 24 372 27 112
Binary 10110001 10101100 11001011 1101 1111 0 10100 11111010 10111 1001010

Color Harmonies of #B1ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACCB

Black with #B1ACCB

Text Example


Text Example

White with #B1ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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