#B5CADC

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

Shades of Spindle #B5CADC

Tints of Spindle #B5CADC

Color information

#B5CADC (or 0xB5CADC) is unknown color: approx Spindle. HEX triplet: B5, CA and DC. RGB value is (181,202,220). Sum of RGB (Red+Green+Blue) = 181+202+220=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CADC is #4A3523. Grayscale: #C5C5C5. Windows color (decimal): -4863268 or 14469813. OLE color: 14469813.

HSL color Cylindrical-coordinate representation of color #B5CADC: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CADC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181202220-
CMYK0.180.0800.14
HSL207.69º35.78%78.63%-
HSV(B)207.69º17.73%86.27%-
XYZ53.0957.2375.96-
YUV197.77140.54116.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=30.02%
G=33.50%
B=36.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812022200.180.0800.14207.6935.7878.63
HexB5CADC1280Ed0244f
Octal265312334221001632044117
Binary10110101110010101101110010010100001110110100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CADC; }

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

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

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

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

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

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

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

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