Html Css Color HEX #B4ADC6 Blue Haze

📋 copy color: '#B4ADC6'

red 180 ◦ green 173 ◦ blue 198

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

Shades of Blue Haze #B4ADC6

Tints of Blue Haze #B4ADC6

RGB

 RED value IS 180 (70.7% from 255) = 32.67%

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

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 32.67%
G = 31.4%
B = 35.93%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B4ADC6 (or 0xB4ADC6) is known color: Blue Haze. HEX triplet: B4, AD and C6. RGB value is (180,173,198). Sum of RGB (Red+Green+Blue) = 180+173+198=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #B4ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADC6 is #4B5239. Grayscale: #B1B1B1. Windows color (decimal): -4936250 or 13020596. OLE color: 13020596.

HSL color Cylindrical-coordinate representation of color #B4ADC6: hue angle of 256.8º degrees, saturation: 0.18, 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 #B4ADC6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 173 198 -
CMYK 0.09 0.13 0 0.22
HSL 256.8º 0.18% 0.73% -
HSV(B) 256.8º 0.13% 0.78% -
XYZ 43.96 43.67 59.54 -
YUV 177.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 180 173 198 0.09 0.13 0 0.22 256.8 0.18 0.73
Hex B4 AD C6 9 D 0 16 101 12 49
Octal 264 255 306 11 15 0 26 401 22 111
Binary 10110100 10101101 11000110 1001 1101 0 10110 100000001 10010 1001001

Color Harmonies of #B4ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADC6

Black with #B4ADC6

Text Example


Text Example

White with #B4ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADC6; }

 p { color: rgb(180,173,198); }

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

background-color css

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

 a { background-color: rgb(180,173,198); }

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

border-color css

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

 span { border-color: rgb(180,173,198); }

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