Html Css Color HEX #B2ADC4 Blue Haze

📋 copy color: '#B2ADC4'

red 178 ◦ green 173 ◦ blue 196

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

Shades of Blue Haze #B2ADC4

Tints of Blue Haze #B2ADC4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.63%

 BLUE value IS 196 (76.95% from 255) = 35.83%

R = 32.54%
G = 31.63%
B = 35.83%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B2ADC4 (or 0xB2ADC4) is known color: Blue Haze. HEX triplet: B2, AD and C4. RGB value is (178,173,196). Sum of RGB (Red+Green+Blue) = 178+173+196=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #B2ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC4 is #4D523B. Grayscale: #B1B1B1. Windows color (decimal): -5067324 or 12889522. OLE color: 12889522.

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

Color convert

RGB 178 173 196 -
CMYK 0.09 0.12 0 0.23
HSL 253.04º 0.16% 0.72% -
HSV(B) 253.04º 0.12% 0.77% -
XYZ 43.27 43.34 58.31 -
YUV 177.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 178 173 196 0.09 0.12 0 0.23 253.04 0.16 0.72
Hex B2 AD C4 9 C 0 17 FD 10 48
Octal 262 255 304 11 14 0 27 375 20 110
Binary 10110010 10101101 11000100 1001 1100 0 10111 11111101 10000 1001000

Color Harmonies of #B2ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADC4

Black with #B2ADC4

Text Example


Text Example

White with #B2ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADC4; }

 p { color: rgb(178,173,196); }

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

background-color css

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

 a { background-color: rgb(178,173,196); }

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

border-color css

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

 span { border-color: rgb(178,173,196); }

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