#B0CADC

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

Shades of Spindle #B0CADC

Tints of Spindle #B0CADC

Color information

#B0CADC (or 0xB0CADC) is unknown color: approx Spindle. HEX triplet: B0, CA and DC. RGB value is (176,202,220). Sum of RGB (Red+Green+Blue) = 176+202+220=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CADC is #4F3523. Grayscale: #C4C4C4. Windows color (decimal): -5190948 or 14469808. OLE color: 14469808.

HSL color Cylindrical-coordinate representation of color #B0CADC: hue angle of 204.55º degrees, saturation: 0.39, 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 #B0CADC is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176202220-
CMYK0.20.0800.14
HSL204.55º38.6%77.65%-
HSV(B)204.55º20%86.27%-
XYZ51.9456.6475.9-
YUV196.28141.39113.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=29.43%
G=33.78%
B=36.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762022200.20.0800.14204.5538.677.65
HexB0CADC1480Ecd274e
Octal260312334241001631547116
Binary10110000110010101101110010100100001110110011011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CADC; }

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

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

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

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

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

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

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

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