#B0AFCD

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

Shades of Blue Haze #B0AFCD

Tints of Blue Haze #B0AFCD

Color information

#B0AFCD (or 0xB0AFCD) is unknown color: approx Blue Haze. HEX triplet: B0, AF and CD. RGB value is (176,175,205). Sum of RGB (Red+Green+Blue) = 176+175+205=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFCD is #4F5032. Grayscale: #B2B2B2. Windows color (decimal): -5197875 or 13479856. OLE color: 13479856.

HSL color Cylindrical-coordinate representation of color #B0AFCD: hue angle of 242º 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 #B0AFCD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176175205-
CMYK0.140.1500.20
HSL242º23.08%74.51%-
HSV(B)242º14.63%80.39%-
XYZ44.2544.363.98-
YUV178.72142.83126.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=31.65%
G=31.47%
B=36.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761752050.140.1500.2024223.0874.51
HexB0AFCDEF014f2174b
Octal260257315161702436227113
Binary1011000010101111110011011110111101010011110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFCD; }

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

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

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

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

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

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

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

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