#B0AFCB

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

Shades of Blue Haze #B0AFCB

Tints of Blue Haze #B0AFCB

Color information

#B0AFCB (or 0xB0AFCB) is unknown color: approx Blue Haze. HEX triplet: B0, AF and CB. RGB value is (176,175,203). Sum of RGB (Red+Green+Blue) = 176+175+203=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFCB is #4F5034. Grayscale: #B2B2B2. Windows color (decimal): -5197877 or 13348784. OLE color: 13348784.

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

Color convert

RGB176175203-
CMYK0.130.1400.20
HSL242.14º21.21%74.12%-
HSV(B)242.14º13.79%79.61%-
XYZ44.0144.262.71-
YUV178.49141.83126.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=31.77%
G=31.59%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761752030.130.1400.20242.1421.2174.12
HexB0AFCBDE014f2154a
Octal260257313151602436225112
Binary1011000010101111110010111101111001010011110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFCB; }

 p { color: rgb(176,175,203); }

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

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

 a { background-color: rgb(176,175,203); }

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

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

 span { border-color: rgb(176,175,203); }

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