Html Css Color HEX #B2ADCA Blue Haze

📋 copy color: '#B2ADCA'

red 178 ◦ green 173 ◦ blue 202

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

Shades of Blue Haze #B2ADCA

Tints of Blue Haze #B2ADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 32.19%
G = 31.28%
B = 36.53%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2ADCA (or 0xB2ADCA) is known color: Blue Haze. HEX triplet: B2, AD and CA. RGB value is (178,173,202). Sum of RGB (Red+Green+Blue) = 178+173+202=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADCA is #4D5235. Grayscale: #B1B1B1. Windows color (decimal): -5067318 or 13282738. OLE color: 13282738.

HSL color Cylindrical-coordinate representation of color #B2ADCA: hue angle of 250.34º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2ADCA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 173 202 -
CMYK 0.12 0.14 0 0.21
HSL 250.34º 0.21% 0.74% -
HSV(B) 250.34º 0.14% 0.79% -
XYZ 43.96 43.62 61.98 -
YUV 177.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 178 173 202 0.12 0.14 0 0.21 250.34 0.21 0.74
Hex B2 AD CA C E 0 15 FA 15 4A
Octal 262 255 312 14 16 0 25 372 25 112
Binary 10110010 10101101 11001010 1100 1110 0 10101 11111010 10101 1001010

Color Harmonies of #B2ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADCA

Black with #B2ADCA

Text Example


Text Example

White with #B2ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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