#B7B0CF

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

Shades of Blue Haze #B7B0CF

Tints of Blue Haze #B7B0CF

Color information

#B7B0CF (or 0xB7B0CF) is unknown color: approx Blue Haze. HEX triplet: B7, B0 and CF. RGB value is (183,176,207). Sum of RGB (Red+Green+Blue) = 183+176+207=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0CF is #484F30. Grayscale: #B5B5B5. Windows color (decimal): -4738865 or 13611191. OLE color: 13611191.

HSL color Cylindrical-coordinate representation of color #B7B0CF: hue angle of 253.55º degrees, saturation: 0.24, 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 #B7B0CF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183176207-
CMYK0.120.1500.19
HSL253.55º24.41%75.1%-
HSV(B)253.55º14.98%81.18%-
XYZ46.3245.6265.4-
YUV181.63142.32128.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=32.33%
G=31.10%
B=36.57%

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
Decimal1831762070.120.1500.19253.5524.4175.1
HexB7B0CFCF013fe184b
Octal267260317141702337630113
Binary1011011110110000110011111100111101001111111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0CF; }

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

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

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

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

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

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

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

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