Html Css Color HEX #B3ABCB Blue Haze

📋 copy color: '#B3ABCB'

red 179 ◦ green 171 ◦ blue 203

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

Shades of Blue Haze #B3ABCB

Tints of Blue Haze #B3ABCB

RGB

 RED value IS 179 (70.31% from 255) = 32.37%

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

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

R = 32.37%
G = 30.92%
B = 36.71%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B3ABCB (or 0xB3ABCB) is known color: Blue Haze. HEX triplet: B3, AB and CB. RGB value is (179,171,203). Sum of RGB (Red+Green+Blue) = 179+171+203=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABCB is #4C5434. Grayscale: #B0B0B0. Windows color (decimal): -5002293 or 13347763. OLE color: 13347763.

HSL color Cylindrical-coordinate representation of color #B3ABCB: hue angle of 255º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3ABCB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 171 203 -
CMYK 0.12 0.16 0 0.20
HSL 255º 0.24% 0.73% -
HSV(B) 255º 0.16% 0.8% -
XYZ 43.93 43.02 62.49 -
YUV 177.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 179 171 203 0.12 0.16 0 0.20 255 0.24 0.73
Hex B3 AB CB C 10 0 14 FF 18 49
Octal 263 253 313 14 20 0 24 377 30 111
Binary 10110011 10101011 11001011 1100 10000 0 10100 11111111 11000 1001001

Color Harmonies of #B3ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ABCB

Black with #B3ABCB

Text Example


Text Example

White with #B3ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ABCB; }

 p { color: rgb(179,171,203); }

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

background-color css

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

 a { background-color: rgb(179,171,203); }

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

border-color css

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

 span { border-color: rgb(179,171,203); }

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