#B7B1CD

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

Shades of Blue Haze #B7B1CD

Tints of Blue Haze #B7B1CD

Color information

#B7B1CD (or 0xB7B1CD) is unknown color: approx Blue Haze. HEX triplet: B7, B1 and CD. RGB value is (183,177,205). Sum of RGB (Red+Green+Blue) = 183+177+205=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1CD is #484E32. Grayscale: #B5B5B5. Windows color (decimal): -4738611 or 13480375. OLE color: 13480375.

HSL color Cylindrical-coordinate representation of color #B7B1CD: hue angle of 252.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7B1CD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183177205-
CMYK0.110.1400.20
HSL252.86º21.87%74.9%-
HSV(B)252.86º13.66%80.39%-
XYZ46.2745.9264.18-
YUV181.99140.99128.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=32.39%
G=31.33%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831772050.110.1400.20252.8621.8774.9
HexB7B1CDBE014fd164b
Octal267261315131602437526113
Binary1011011110110001110011011011111001010011111101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B1CD; }

 p { color: rgb(183,177,205); }

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

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

 a { background-color: rgb(183,177,205); }

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

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

 span { border-color: rgb(183,177,205); }

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