#B7C0CD

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

Shades of Spindle #B7C0CD

Tints of Spindle #B7C0CD

Color information

#B7C0CD (or 0xB7C0CD) is unknown color: approx Spindle. HEX triplet: B7, C0 and CD. RGB value is (183,192,205). Sum of RGB (Red+Green+Blue) = 183+192+205=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0CD is #483F32. Grayscale: #BEBEBE. Windows color (decimal): -4734771 or 13484215. OLE color: 13484215.

HSL color Cylindrical-coordinate representation of color #B7C0CD: hue angle of 215.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7C0CD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183192205-
CMYK0.110.0600.20
HSL215.45º18.03%76.08%-
HSV(B)215.45º10.73%80.39%-
XYZ49.452.1765.22-
YUV190.79136.02122.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=31.55%
G=33.10%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831922050.110.0600.20215.4518.0376.08
HexB7C0CDB6014d7124c
Octal26730031513602432722114
Binary101101111100000011001101101111001010011010111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0CD; }

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

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

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

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

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

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

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

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