Html Css Color HEX #B1ACD3 Blue Haze

📋 copy color: '#B1ACD3'

red 177 ◦ green 172 ◦ blue 211

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

Shades of Blue Haze #B1ACD3

Tints of Blue Haze #B1ACD3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.71%

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 31.61%
G = 30.71%
B = 37.68%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B1ACD3 (or 0xB1ACD3) is known color: Blue Haze. HEX triplet: B1, AC and D3. RGB value is (177,172,211). Sum of RGB (Red+Green+Blue) = 177+172+211=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #B1ACD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACD3 is #4E532C. Grayscale: #B1B1B1. Windows color (decimal): -5133101 or 13872305. OLE color: 13872305.

HSL color Cylindrical-coordinate representation of color #B1ACD3: hue angle of 247.69º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1ACD3 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 172 211 -
CMYK 0.16 0.18 0 0.17
HSL 247.69º 0.31% 0.75% -
HSV(B) 247.69º 0.18% 0.83% -
XYZ 44.64 43.56 67.68 -
YUV 177.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 177 172 211 0.16 0.18 0 0.17 247.69 0.31 0.75
Hex B1 AC D3 10 12 0 11 F8 1F 4B
Octal 261 254 323 20 22 0 21 370 37 113
Binary 10110001 10101100 11010011 10000 10010 0 10001 11111000 11111 1001011

Color Harmonies of #B1ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACD3

Black with #B1ACD3

Text Example


Text Example

White with #B1ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACD3; }

 p { color: rgb(177,172,211); }

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

background-color css

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

 a { background-color: rgb(177,172,211); }

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

border-color css

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

 span { border-color: rgb(177,172,211); }

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