#B1C3DA

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

Shades of Spindle #B1C3DA

Tints of Spindle #B1C3DA

Color information

#B1C3DA (or 0xB1C3DA) is unknown color: approx Spindle. HEX triplet: B1, C3 and DA. RGB value is (177,195,218). Sum of RGB (Red+Green+Blue) = 177+195+218=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1C3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3DA is #4E3C25. Grayscale: #C0C0C0. Windows color (decimal): -5127206 or 14336945. OLE color: 14336945.

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

Color convert

RGB177195218-
CMYK0.190.1100.15
HSL213.66º35.65%77.45%-
HSV(B)213.66º18.81%85.49%-
XYZ50.353.4473.99-
YUV192.24142.54117.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=30%
G=33.05%
B=36.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771952180.190.1100.15213.6635.6577.45
HexB1C3DA13B0Fd6244d
Octal261303332231301732644115
Binary10110001110000111101101010011101101111110101101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3DA; }

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

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

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

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

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

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

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

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