#B7C5DA

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

Shades of Spindle #B7C5DA

Tints of Spindle #B7C5DA

Color information

#B7C5DA (or 0xB7C5DA) is unknown color: approx Spindle. HEX triplet: B7, C5 and DA. RGB value is (183,197,218). Sum of RGB (Red+Green+Blue) = 183+197+218=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7C5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5DA is #483A25. Grayscale: #C3C3C3. Windows color (decimal): -4733478 or 14337463. OLE color: 14337463.

HSL color Cylindrical-coordinate representation of color #B7C5DA: hue angle of 216º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7C5DA is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183197218-
CMYK0.160.1000.15
HSL216º32.11%78.63%-
HSV(B)216º16.06%85.49%-
XYZ52.1555.0674.21-
YUV195.21140.86119.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.60%
GREEN value IS 197 (77.34% from 255) = 32.94%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=30.60%
G=32.94%
B=36.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831972180.160.1000.1521632.1178.63
HexB7C5DA10A0Fd8204f
Octal267305332201201733040117
Binary10110111110001011101101010000101001111110110001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5DA; }

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

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

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

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

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

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

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

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