Html Css Color HEX #B2ADC8 Blue Haze

📋 copy color: '#B2ADC8'

red 178 ◦ green 173 ◦ blue 200

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

Shades of Blue Haze #B2ADC8

Tints of Blue Haze #B2ADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 32.3%
G = 31.4%
B = 36.3%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B2ADC8 (or 0xB2ADC8) is known color: Blue Haze. HEX triplet: B2, AD and C8. RGB value is (178,173,200). Sum of RGB (Red+Green+Blue) = 178+173+200=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #B2ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC8 is #4D5237. Grayscale: #B1B1B1. Windows color (decimal): -5067320 or 13151666. OLE color: 13151666.

HSL color Cylindrical-coordinate representation of color #B2ADC8: hue angle of 251.11º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2ADC8 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 173 200 -
CMYK 0.11 0.14 0 0.22
HSL 251.11º 0.2% 0.73% -
HSV(B) 251.11º 0.14% 0.78% -
XYZ 43.73 43.52 60.74 -
YUV 177.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 178 173 200 0.11 0.14 0 0.22 251.11 0.2 0.73
Hex B2 AD C8 B E 0 16 FB 14 49
Octal 262 255 310 13 16 0 26 373 24 111
Binary 10110010 10101101 11001000 1011 1110 0 10110 11111011 10100 1001001

Color Harmonies of #B2ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADC8

Black with #B2ADC8

Text Example


Text Example

White with #B2ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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