#B7C5D0

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

Shades of Spindle #B7C5D0

Tints of Spindle #B7C5D0

Color information

#B7C5D0 (or 0xB7C5D0) is unknown color: approx Spindle. HEX triplet: B7, C5 and D0. RGB value is (183,197,208). Sum of RGB (Red+Green+Blue) = 183+197+208=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7C5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5D0 is #483A2F. Grayscale: #C2C2C2. Windows color (decimal): -4733488 or 13682103. OLE color: 13682103.

HSL color Cylindrical-coordinate representation of color #B7C5D0: hue angle of 206.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7C5D0 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183197208-
CMYK0.120.0500.18
HSL206.4º21.01%76.67%-
HSV(B)206.4º12.02%81.57%-
XYZ50.8854.5567.52-
YUV194.07135.86120.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.12%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=31.12%
G=33.50%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831972080.120.0500.18206.421.0176.67
HexB7C5D0C5012ce154d
Octal26730532014502231625115
Binary101101111100010111010000110010101001011001110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5D0; }

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

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

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

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

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

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

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

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