#B7B5CF

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

Shades of Blue Haze #B7B5CF

Tints of Blue Haze #B7B5CF

Color information

#B7B5CF (or 0xB7B5CF) is unknown color: approx Blue Haze. HEX triplet: B7, B5 and CF. RGB value is (183,181,207). Sum of RGB (Red+Green+Blue) = 183+181+207=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5CF is #484A30. Grayscale: #B8B8B8. Windows color (decimal): -4737585 or 13612471. OLE color: 13612471.

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

Color convert

RGB183181207-
CMYK0.120.1300.19
HSL244.62º21.31%76.08%-
HSV(B)244.62º12.56%81.18%-
XYZ47.3147.6265.73-
YUV184.56140.66126.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=32.05%
G=31.70%
B=36.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831812070.120.1300.19244.6221.3176.08
HexB7B5CFCD013f5154c
Octal267265317141502336525114
Binary1011011110110101110011111100110101001111110101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B5CF; }

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

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

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

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

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

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

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

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