Html Css Color HEX #B0ACC3 Blue Haze

📋 copy color: '#B0ACC3'

red 176 ◦ green 172 ◦ blue 195

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

Shades of Blue Haze #B0ACC3

Tints of Blue Haze #B0ACC3

RGB

 RED value IS 176 (69.14% from 255) = 32.41%

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

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 32.41%
G = 31.68%
B = 35.91%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B0ACC3 (or 0xB0ACC3) is known color: Blue Haze. HEX triplet: B0, AC and C3. RGB value is (176,172,195). Sum of RGB (Red+Green+Blue) = 176+172+195=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 195 - color contains mainly: blue. Hex color #B0ACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACC3 is #4F533C. Grayscale: #AFAFAF. Windows color (decimal): -5198653 or 12823728. OLE color: 12823728.

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

Color convert

RGB 176 172 195 -
CMYK 0.10 0.12 0 0.24
HSL 250.43º 0.16% 0.72% -
HSV(B) 250.43º 0.12% 0.76% -
XYZ 42.51 42.68 57.63 -
YUV 175.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 176 172 195 0.10 0.12 0 0.24 250.43 0.16 0.72
Hex B0 AC C3 A C 0 18 FA 10 48
Octal 260 254 303 12 14 0 30 372 20 110
Binary 10110000 10101100 11000011 1010 1100 0 11000 11111010 10000 1001000

Color Harmonies of #B0ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACC3

Black with #B0ACC3

Text Example


Text Example

White with #B0ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACC3; }

 p { color: rgb(176,172,195); }

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

background-color css

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

 a { background-color: rgb(176,172,195); }

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

border-color css

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

 span { border-color: rgb(176,172,195); }

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