#B6AFCB

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

Shades of Blue Haze #B6AFCB

Tints of Blue Haze #B6AFCB

Color information

#B6AFCB (or 0xB6AFCB) is unknown color: approx Blue Haze. HEX triplet: B6, AF and CB. RGB value is (182,175,203). Sum of RGB (Red+Green+Blue) = 182+175+203=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFCB is #495034. Grayscale: #B4B4B4. Windows color (decimal): -4804661 or 13348790. OLE color: 13348790.

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

Color convert

RGB182175203-
CMYK0.100.1400.20
HSL255º21.21%74.12%-
HSV(B)255º13.79%79.61%-
XYZ45.444.9262.78-
YUV180.28140.82129.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=32.5%
G=31.25%
B=36.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821752030.100.1400.2025521.2174.12
HexB6AFCBAE014ff154a
Octal266257313121602437725112
Binary1011011010101111110010111010111001010011111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFCB; }

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

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

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

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

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

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

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

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