#B8B0CF

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

Shades of Blue Haze #B8B0CF

Tints of Blue Haze #B8B0CF

Color information

#B8B0CF (or 0xB8B0CF) is unknown color: approx Blue Haze. HEX triplet: B8, B0 and CF. RGB value is (184,176,207). Sum of RGB (Red+Green+Blue) = 184+176+207=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0CF is #474F30. Grayscale: #B5B5B5. Windows color (decimal): -4673329 or 13611192. OLE color: 13611192.

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

Color convert

RGB184176207-
CMYK0.110.1500.19
HSL255.48º24.41%75.1%-
HSV(B)255.48º14.98%81.18%-
XYZ46.5545.7565.41-
YUV181.93142.15129.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=32.45%
G=31.04%
B=36.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841762070.110.1500.19255.4824.4175.1
HexB8B0CFBF013ff184b
Octal270260317131702337730113
Binary1011100010110000110011111011111101001111111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0CF; }

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

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

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

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

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

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

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

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