Html Css Color HEX #B2ADCB Blue Haze

📋 copy color: '#B2ADCB'

red 178 ◦ green 173 ◦ blue 203

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

Shades of Blue Haze #B2ADCB

Tints of Blue Haze #B2ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 32.13%
G = 31.23%
B = 36.64%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2ADCB (or 0xB2ADCB) is known color: Blue Haze. HEX triplet: B2, AD and CB. RGB value is (178,173,203). Sum of RGB (Red+Green+Blue) = 178+173+203=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADCB is #4D5234. Grayscale: #B1B1B1. Windows color (decimal): -5067317 or 13348274. OLE color: 13348274.

HSL color Cylindrical-coordinate representation of color #B2ADCB: hue angle of 250º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2ADCB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 173 203 -
CMYK 0.12 0.15 0 0.20
HSL 250º 0.22% 0.74% -
HSV(B) 250º 0.15% 0.8% -
XYZ 44.08 43.66 62.6 -
YUV 177.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 178 173 203 0.12 0.15 0 0.20 250 0.22 0.74
Hex B2 AD CB C F 0 14 FA 16 4A
Octal 262 255 313 14 17 0 24 372 26 112
Binary 10110010 10101101 11001011 1100 1111 0 10100 11111010 10110 1001010

Color Harmonies of #B2ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADCB

Black with #B2ADCB

Text Example


Text Example

White with #B2ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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