Html Css Color HEX #B2ADC0 Blue Haze

📋 copy color: '#B2ADC0'

red 178 ◦ green 173 ◦ blue 192

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

Shades of Blue Haze #B2ADC0

Tints of Blue Haze #B2ADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 32.78%
G = 31.86%
B = 35.36%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2ADC0 (or 0xB2ADC0) is known color: Blue Haze. HEX triplet: B2, AD and C0. RGB value is (178,173,192). Sum of RGB (Red+Green+Blue) = 178+173+192=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC0 is #4D523F. Grayscale: #B0B0B0. Windows color (decimal): -5067328 or 12627378. OLE color: 12627378.

HSL color Cylindrical-coordinate representation of color #B2ADC0: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ADC0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 173 192 -
CMYK 0.07 0.10 0 0.25
HSL 255.79º 0.13% 0.72% -
HSV(B) 255.79º 0.1% 0.75% -
XYZ 42.82 43.16 55.94 -
YUV 176.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 178 173 192 0.07 0.10 0 0.25 255.79 0.13 0.72
Hex B2 AD C0 7 A 0 19 100 D 48
Octal 262 255 300 7 12 0 31 400 15 110
Binary 10110010 10101101 11000000 111 1010 0 11001 100000000 1101 1001000

Color Harmonies of #B2ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADC0

Black with #B2ADC0

Text Example


Text Example

White with #B2ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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