#B0C8DA

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

Shades of Spindle #B0C8DA

Tints of Spindle #B0C8DA

Color information

#B0C8DA (or 0xB0C8DA) is unknown color: approx Spindle. HEX triplet: B0, C8 and DA. RGB value is (176,200,218). Sum of RGB (Red+Green+Blue) = 176+200+218=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0C8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8DA is #4F3725. Grayscale: #C2C2C2. Windows color (decimal): -5191462 or 14338224. OLE color: 14338224.

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

Color convert

RGB176200218-
CMYK0.190.0800.15
HSL205.71º36.21%77.25%-
HSV(B)205.71º19.27%85.49%-
XYZ51.2155.674.36-
YUV194.88141.05114.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=29.63%
G=33.67%
B=36.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762002180.190.0800.15205.7136.2177.25
HexB0C8DA1380Fce244d
Octal260310332231001731644115
Binary10110000110010001101101010011100001111110011101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8DA; }

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

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

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

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

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

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

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

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