#B1CADC

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

Shades of Spindle #B1CADC

Tints of Spindle #B1CADC

Color information

#B1CADC (or 0xB1CADC) is unknown color: approx Spindle. HEX triplet: B1, CA and DC. RGB value is (177,202,220). Sum of RGB (Red+Green+Blue) = 177+202+220=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CADC is #4E3523. Grayscale: #C4C4C4. Windows color (decimal): -5125412 or 14469809. OLE color: 14469809.

HSL color Cylindrical-coordinate representation of color #B1CADC: hue angle of 205.12º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CADC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177202220-
CMYK0.200.0800.14
HSL205.12º38.05%77.84%-
HSV(B)205.12º19.55%86.27%-
XYZ52.1756.7675.92-
YUV196.58141.22114.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=29.55%
G=33.72%
B=36.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772022200.200.0800.14205.1238.0577.84
HexB1CADC1480Ecd264e
Octal261312334241001631546116
Binary10110001110010101101110010100100001110110011011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CADC; }

 p { color: rgb(177,202,220); }

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

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

 a { background-color: rgb(177,202,220); }

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

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

 span { border-color: rgb(177,202,220); }

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