#B7AFD5

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

Shades of Blue Haze #B7AFD5

Tints of Blue Haze #B7AFD5

Color information

#B7AFD5 (or 0xB7AFD5) is unknown color: approx Blue Haze. HEX triplet: B7, AF and D5. RGB value is (183,175,213). Sum of RGB (Red+Green+Blue) = 183+175+213=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #B7AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFD5 is #48502A. Grayscale: #B5B5B5. Windows color (decimal): -4739115 or 14004151. OLE color: 14004151.

HSL color Cylindrical-coordinate representation of color #B7AFD5: hue angle of 252.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7AFD5 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183175213-
CMYK0.140.1800.16
HSL252.63º31.15%76.08%-
HSV(B)252.63º17.84%83.53%-
XYZ46.8745.5369.27-
YUV181.72145.65128.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=32.05%
G=30.65%
B=37.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831752130.140.1800.16252.6331.1576.08
HexB7AFD5E12010fd1f4c
Octal267257325162202037537114
Binary10110111101011111101010111101001001000011111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFD5; }

 p { color: rgb(183,175,213); }

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

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

 a { background-color: rgb(183,175,213); }

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

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

 span { border-color: rgb(183,175,213); }

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