#B2C5DB

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

Shades of Spindle #B2C5DB

Tints of Spindle #B2C5DB

Color information

#B2C5DB (or 0xB2C5DB) is unknown color: approx Spindle. HEX triplet: B2, C5 and DB. RGB value is (178,197,219). Sum of RGB (Red+Green+Blue) = 178+197+219=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C5DB is #4D3A24. Grayscale: #C1C1C1. Windows color (decimal): -5061157 or 14402994. OLE color: 14402994.

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

Color convert

RGB178197219-
CMYK0.190.1000.14
HSL212.2º36.28%77.84%-
HSV(B)212.2º18.72%85.88%-
XYZ51.1154.5174.85-
YUV193.83142.21116.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=29.97%
G=33.16%
B=36.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781972190.190.1000.14212.236.2877.84
HexB2C5DB13A0Ed4244e
Octal262305333231201632444116
Binary10110010110001011101101110011101001110110101001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C5DB; }

 p { color: rgb(178,197,219); }

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

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

 a { background-color: rgb(178,197,219); }

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

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

 span { border-color: rgb(178,197,219); }

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