#B7C5CF

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

Shades of Spindle #B7C5CF

Tints of Spindle #B7C5CF

Color information

#B7C5CF (or 0xB7C5CF) is unknown color: approx Spindle. HEX triplet: B7, C5 and CF. RGB value is (183,197,207). Sum of RGB (Red+Green+Blue) = 183+197+207=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5CF is #483A30. Grayscale: #C1C1C1. Windows color (decimal): -4733489 or 13616567. OLE color: 13616567.

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

Color convert

RGB183197207-
CMYK0.120.0500.19
HSL205º20%76.47%-
HSV(B)205º11.59%81.18%-
XYZ50.7654.566.88-
YUV193.95135.36120.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=31.18%
G=33.56%
B=35.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831972070.120.0500.192052076.47
HexB7C5CFC5013cd144c
Octal26730531714502331524114
Binary101101111100010111001111110010101001111001101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5CF; }

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

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

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

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

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

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

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

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