Html Css Color HEX #B2ADCE Blue Haze

📋 copy color: '#B2ADCE'

red 178 ◦ green 173 ◦ blue 206

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

Shades of Blue Haze #B2ADCE

Tints of Blue Haze #B2ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 31.96%
G = 31.06%
B = 36.98%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2ADCE (or 0xB2ADCE) is known color: Blue Haze. HEX triplet: B2, AD and CE. RGB value is (178,173,206). Sum of RGB (Red+Green+Blue) = 178+173+206=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADCE is #4D5231. Grayscale: #B2B2B2. Windows color (decimal): -5067314 or 13544882. OLE color: 13544882.

HSL color Cylindrical-coordinate representation of color #B2ADCE: hue angle of 249.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2ADCE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 173 206 -
CMYK 0.14 0.16 0 0.19
HSL 249.09º 0.25% 0.74% -
HSV(B) 249.09º 0.16% 0.81% -
XYZ 44.44 43.81 64.51 -
YUV 178.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 178 173 206 0.14 0.16 0 0.19 249.09 0.25 0.74
Hex B2 AD CE E 10 0 13 F9 19 4A
Octal 262 255 316 16 20 0 23 371 31 112
Binary 10110010 10101101 11001110 1110 10000 0 10011 11111001 11001 1001010

Color Harmonies of #B2ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADCE

Black with #B2ADCE

Text Example


Text Example

White with #B2ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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