#B7C5CE

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

Shades of Spindle #B7C5CE

Tints of Spindle #B7C5CE

Color information

#B7C5CE (or 0xB7C5CE) is unknown color: approx Spindle. HEX triplet: B7, C5 and CE. RGB value is (183,197,206). Sum of RGB (Red+Green+Blue) = 183+197+206=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5CE is #483A31. Grayscale: #C1C1C1. Windows color (decimal): -4733490 or 13551031. OLE color: 13551031.

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

Color convert

RGB183197206-
CMYK0.110.0400.19
HSL203.48º19.01%76.27%-
HSV(B)203.48º11.17%80.78%-
XYZ50.6454.4666.23-
YUV193.84134.86120.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=31.23%
G=33.62%
B=35.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831972060.110.0400.19203.4819.0176.27
HexB7C5CEB4013cb134c
Octal26730531613402331323114
Binary101101111100010111001110101110001001111001011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5CE; }

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

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

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

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

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

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

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

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