#B7AFCF

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

Shades of Blue Haze #B7AFCF

Tints of Blue Haze #B7AFCF

Color information

#B7AFCF (or 0xB7AFCF) is unknown color: approx Blue Haze. HEX triplet: B7, AF and CF. RGB value is (183,175,207). Sum of RGB (Red+Green+Blue) = 183+175+207=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFCF is #485030. Grayscale: #B4B4B4. Windows color (decimal): -4739121 or 13610935. OLE color: 13610935.

HSL color Cylindrical-coordinate representation of color #B7AFCF: hue angle of 255º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7AFCF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183175207-
CMYK0.120.1500.19
HSL255º25%74.9%-
HSV(B)255º15.46%81.18%-
XYZ46.1245.2365.33-
YUV181.04142.65129.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=32.39%
G=30.97%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831752070.120.1500.192552574.9
HexB7AFCFCF013ff194b
Octal267257317141702337731113
Binary1011011110101111110011111100111101001111111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFCF; }

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

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

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

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

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

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

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

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