Html Css Color HEX #B2ADBE Blue Haze

📋 copy color: '#B2ADBE'

red 178 ◦ green 173 ◦ blue 190

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

Shades of Blue Haze #B2ADBE

Tints of Blue Haze #B2ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 32.9%
G = 31.98%
B = 35.12%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2ADBE (or 0xB2ADBE) is known color: Blue Haze. HEX triplet: B2, AD and BE. RGB value is (178,173,190). Sum of RGB (Red+Green+Blue) = 178+173+190=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADBE is #4D5241. Grayscale: #B0B0B0. Windows color (decimal): -5067330 or 12496306. OLE color: 12496306.

HSL color Cylindrical-coordinate representation of color #B2ADBE: hue angle of 257.65º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2ADBE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 173 190 -
CMYK 0.06 0.09 0 0.25
HSL 257.65º 0.12% 0.71% -
HSV(B) 257.65º 0.09% 0.75% -
XYZ 42.6 43.07 54.78 -
YUV 176.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 178 173 190 0.06 0.09 0 0.25 257.65 0.12 0.71
Hex B2 AD BE 6 9 0 19 102 C 47
Octal 262 255 276 6 11 0 31 402 14 107
Binary 10110010 10101101 10111110 110 1001 0 11001 100000010 1100 1000111

Color Harmonies of #B2ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADBE

Black with #B2ADBE

Text Example


Text Example

White with #B2ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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