#B1C5DA

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

Shades of Spindle #B1C5DA

Tints of Spindle #B1C5DA

Color information

#B1C5DA (or 0xB1C5DA) is unknown color: approx Spindle. HEX triplet: B1, C5 and DA. RGB value is (177,197,218). Sum of RGB (Red+Green+Blue) = 177+197+218=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5DA is #4E3A25. Grayscale: #C1C1C1. Windows color (decimal): -5126694 or 14337457. OLE color: 14337457.

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

Color convert

RGB177197218-
CMYK0.190.1000.15
HSL210.73º35.65%77.45%-
HSV(B)210.73º18.81%85.49%-
XYZ50.7554.3474.14-
YUV193.41141.87116.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.90%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=29.90%
G=33.28%
B=36.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771972180.190.1000.15210.7335.6577.45
HexB1C5DA13A0Fd3244d
Octal261305332231201732344115
Binary10110001110001011101101010011101001111110100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C5DA; }

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

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

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

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

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

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

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

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