#B7BFCE

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

Shades of Spindle #B7BFCE

Tints of Spindle #B7BFCE

Color information

#B7BFCE (or 0xB7BFCE) is unknown color: approx Spindle. HEX triplet: B7, BF and CE. RGB value is (183,191,206). Sum of RGB (Red+Green+Blue) = 183+191+206=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFCE is #484031. Grayscale: #BEBEBE. Windows color (decimal): -4735026 or 13549495. OLE color: 13549495.

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

Color convert

RGB183191206-
CMYK0.110.0700.19
HSL219.13º19.01%76.27%-
HSV(B)219.13º11.17%80.78%-
XYZ49.351.7965.79-
YUV190.32136.85122.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=31.55%
G=32.93%
B=35.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831912060.110.0700.19219.1319.0176.27
HexB7BFCEB7013db134c
Octal26727731613702333323114
Binary101101111011111111001110101111101001111011011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFCE; }

 p { color: rgb(183,191,206); }

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

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

 a { background-color: rgb(183,191,206); }

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

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

 span { border-color: rgb(183,191,206); }

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