Html Css Color HEX #B1AFCD Blue Haze

📋 copy color: '#B1AFCD'

red 177 ◦ green 175 ◦ blue 205

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

Shades of Blue Haze #B1AFCD

Tints of Blue Haze #B1AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.42%

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

R = 31.78%
G = 31.42%
B = 36.8%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1AFCD (or 0xB1AFCD) is known color: Blue Haze. HEX triplet: B1, AF and CD. RGB value is (177,175,205). Sum of RGB (Red+Green+Blue) = 177+175+205=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFCD is #4E5032. Grayscale: #B2B2B2. Windows color (decimal): -5132339 or 13479857. OLE color: 13479857.

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

Color convert

RGB 177 175 205 -
CMYK 0.14 0.15 0 0.20
HSL 244º 0.23% 0.75% -
HSV(B) 244º 0.15% 0.8% -
XYZ 44.48 44.41 63.99 -
YUV 179.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 177 175 205 0.14 0.15 0 0.20 244 0.23 0.75
Hex B1 AF CD E F 0 14 F4 17 4B
Octal 261 257 315 16 17 0 24 364 27 113
Binary 10110001 10101111 11001101 1110 1111 0 10100 11110100 10111 1001011

Color Harmonies of #B1AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFCD

Black with #B1AFCD

Text Example


Text Example

White with #B1AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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