#B7C0CF

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

Shades of Spindle #B7C0CF

Tints of Spindle #B7C0CF

Color information

#B7C0CF (or 0xB7C0CF) is unknown color: approx Spindle. HEX triplet: B7, C0 and CF. RGB value is (183,192,207). Sum of RGB (Red+Green+Blue) = 183+192+207=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0CF is #483F30. Grayscale: #BEBEBE. Windows color (decimal): -4734769 or 13615287. OLE color: 13615287.

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

Color convert

RGB183192207-
CMYK0.120.0700.19
HSL217.5º20%76.47%-
HSV(B)217.5º11.59%81.18%-
XYZ49.6452.2766.5-
YUV191.02137.02122.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.44%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=31.44%
G=32.99%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831922070.120.0700.19217.52076.47
HexB7C0CFC7013da144c
Octal26730031714702333224114
Binary101101111100000011001111110011101001111011010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0CF; }

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

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

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

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

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

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

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

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