#B0C8DC

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

Shades of Spindle #B0C8DC

Tints of Spindle #B0C8DC

Color information

#B0C8DC (or 0xB0C8DC) is unknown color: approx Spindle. HEX triplet: B0, C8 and DC. RGB value is (176,200,220). Sum of RGB (Red+Green+Blue) = 176+200+220=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8DC is #4F3723. Grayscale: #C3C3C3. Windows color (decimal): -5191460 or 14469296. OLE color: 14469296.

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

Color convert

RGB176200220-
CMYK0.20.0900.14
HSL207.27º38.6%77.65%-
HSV(B)207.27º20%86.27%-
XYZ51.4855.7175.75-
YUV195.1142.05114.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=29.53%
G=33.56%
B=36.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762002200.20.0900.14207.2738.677.65
HexB0C8DC1490Ecf274e
Octal260310334241101631747116
Binary10110000110010001101110010100100101110110011111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8DC; }

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

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

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

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

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

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

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

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