Html Css Color HEX #B2ACC2 Blue Haze

📋 copy color: '#B2ACC2'

red 178 ◦ green 172 ◦ blue 194

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

Shades of Blue Haze #B2ACC2

Tints of Blue Haze #B2ACC2

RGB

 RED value IS 178 (69.92% from 255) = 32.72%

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 32.72%
G = 31.62%
B = 35.66%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B2ACC2 (or 0xB2ACC2) is known color: Blue Haze. HEX triplet: B2, AC and C2. RGB value is (178,172,194). Sum of RGB (Red+Green+Blue) = 178+172+194=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 194 - color contains mainly: blue. Hex color #B2ACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACC2 is #4D533D. Grayscale: #B0B0B0. Windows color (decimal): -5067582 or 12758194. OLE color: 12758194.

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

Color convert

RGB 178 172 194 -
CMYK 0.08 0.11 0 0.24
HSL 256.36º 0.15% 0.72% -
HSV(B) 256.36º 0.11% 0.76% -
XYZ 42.85 42.87 57.05 -
YUV 176.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 178 172 194 0.08 0.11 0 0.24 256.36 0.15 0.72
Hex B2 AC C2 8 B 0 18 100 F 48
Octal 262 254 302 10 13 0 30 400 17 110
Binary 10110010 10101100 11000010 1000 1011 0 11000 100000000 1111 1001000

Color Harmonies of #B2ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACC2

Black with #B2ACC2

Text Example


Text Example

White with #B2ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACC2; }

 p { color: rgb(178,172,194); }

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

background-color css

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

 a { background-color: rgb(178,172,194); }

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

border-color css

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

 span { border-color: rgb(178,172,194); }

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