Html Css Color HEX #B1ADCD Blue Haze

📋 copy color: '#B1ADCD'

red 177 ◦ green 173 ◦ blue 205

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

Shades of Blue Haze #B1ADCD

Tints of Blue Haze #B1ADCD

RGB

 RED value IS 177 (69.53% from 255) = 31.89%

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 31.89%
G = 31.17%
B = 36.94%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1ADCD (or 0xB1ADCD) is known color: Blue Haze. HEX triplet: B1, AD and CD. RGB value is (177,173,205). Sum of RGB (Red+Green+Blue) = 177+173+205=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADCD is #4E5232. Grayscale: #B1B1B1. Windows color (decimal): -5132851 or 13479345. OLE color: 13479345.

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

Color convert

RGB 177 173 205 -
CMYK 0.14 0.16 0 0.20
HSL 247.5º 0.24% 0.74% -
HSV(B) 247.5º 0.16% 0.8% -
XYZ 44.09 43.64 63.86 -
YUV 177.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 177 173 205 0.14 0.16 0 0.20 247.5 0.24 0.74
Hex B1 AD CD E 10 0 14 F8 18 4A
Octal 261 255 315 16 20 0 24 370 30 112
Binary 10110001 10101101 11001101 1110 10000 0 10100 11111000 11000 1001010

Color Harmonies of #B1ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADCD

Black with #B1ADCD

Text Example


Text Example

White with #B1ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADCD; }

 p { color: rgb(177,173,205); }

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

background-color css

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

 a { background-color: rgb(177,173,205); }

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

border-color css

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

 span { border-color: rgb(177,173,205); }

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