Html Css Color HEX #B2AFC9 Blue Haze

📋 copy color: '#B2AFC9'

red 178 ◦ green 175 ◦ blue 201

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

Shades of Blue Haze #B2AFC9

Tints of Blue Haze #B2AFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 32.13%
G = 31.59%
B = 36.28%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2AFC9 (or 0xB2AFC9) is known color: Blue Haze. HEX triplet: B2, AF and C9. RGB value is (178,175,201). Sum of RGB (Red+Green+Blue) = 178+175+201=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFC9 is #4D5036. Grayscale: #B2B2B2. Windows color (decimal): -5066807 or 13217714. OLE color: 13217714.

HSL color Cylindrical-coordinate representation of color #B2AFC9: hue angle of 246.92º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AFC9 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 175 201 -
CMYK 0.11 0.13 0 0.21
HSL 246.92º 0.19% 0.74% -
HSV(B) 246.92º 0.13% 0.79% -
XYZ 44.23 44.34 61.49 -
YUV 178.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 178 175 201 0.11 0.13 0 0.21 246.92 0.19 0.74
Hex B2 AF C9 B D 0 15 F7 13 4A
Octal 262 257 311 13 15 0 25 367 23 112
Binary 10110010 10101111 11001001 1011 1101 0 10101 11110111 10011 1001010

Color Harmonies of #B2AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFC9

Black with #B2AFC9

Text Example


Text Example

White with #B2AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFC9; }

 p { color: rgb(178,175,201); }

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

background-color css

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

 a { background-color: rgb(178,175,201); }

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

border-color css

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

 span { border-color: rgb(178,175,201); }

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