#B2AFBE

Color #B2AFBE Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B2AFBE

Tints of Blue Haze #B2AFBE

Color information

#B2AFBE (or 0xB2AFBE) is unknown color: approx Blue Haze. HEX triplet: B2, AF and BE. RGB value is (178,175,190). Sum of RGB (Red+Green+Blue) = 178+175+190=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFBE is #4D5041. Grayscale: #B1B1B1. Windows color (decimal): -5066818 or 12496818. OLE color: 12496818.

HSL color Cylindrical-coordinate representation of color #B2AFBE: hue angle of 252º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2AFBE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178175190-
CMYK0.060.0800.25
HSL252º10.34%71.57%-
HSV(B)252º7.89%74.51%-
XYZ42.9843.8454.91-
YUV177.61134.99128.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=32.78%
G=32.23%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781751900.060.0800.2525210.3471.57
HexB2AFBE68019fca48
Octal26225727661003137412110
Binary10110010101011111011111011010000110011111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFBE; }

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

 H1.HeaderClassName
 {
   color: #B2AFBE;
 }
 .AnyTagClassName
 {
   color: #B2AFBE;
 }
</style>
background-color css

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

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

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

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

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

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