Html Css Color HEX #B2ACD5 Blue Haze

📋 copy color: '#B2ACD5'

red 178 ◦ green 172 ◦ blue 213

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

Shades of Blue Haze #B2ACD5

Tints of Blue Haze #B2ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.83%

R = 31.62%
G = 30.55%
B = 37.83%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B2ACD5 (or 0xB2ACD5) is known color: Blue Haze. HEX triplet: B2, AC and D5. RGB value is (178,172,213). Sum of RGB (Red+Green+Blue) = 178+172+213=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACD5 is #4D532A. Grayscale: #B2B2B2. Windows color (decimal): -5067563 or 14003378. OLE color: 14003378.

HSL color Cylindrical-coordinate representation of color #B2ACD5: hue angle of 248.78º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2ACD5 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 172 213 -
CMYK 0.16 0.19 0 0.16
HSL 248.78º 0.33% 0.75% -
HSV(B) 248.78º 0.19% 0.84% -
XYZ 45.12 43.77 69.02 -
YUV 178.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 178 172 213 0.16 0.19 0 0.16 248.78 0.33 0.75
Hex B2 AC D5 10 13 0 10 F9 21 4B
Octal 262 254 325 20 23 0 20 371 41 113
Binary 10110010 10101100 11010101 10000 10011 0 10000 11111001 100001 1001011

Color Harmonies of #B2ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACD5

Black with #B2ACD5

Text Example


Text Example

White with #B2ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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