#B2C6DB

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

Shades of Spindle #B2C6DB

Tints of Spindle #B2C6DB

Color information

#B2C6DB (or 0xB2C6DB) is unknown color: approx Spindle. HEX triplet: B2, C6 and DB. RGB value is (178,198,219). Sum of RGB (Red+Green+Blue) = 178+198+219=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C6DB is #4D3924. Grayscale: #C2C2C2. Windows color (decimal): -5060901 or 14403250. OLE color: 14403250.

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

Color convert

RGB178198219-
CMYK0.190.1000.14
HSL210.73º36.28%77.84%-
HSV(B)210.73º18.72%85.88%-
XYZ51.3454.9774.92-
YUV194.41141.87116.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.92%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=29.92%
G=33.28%
B=36.81%

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
Decimal1781982190.190.1000.14210.7336.2877.84
HexB2C6DB13A0Ed3244e
Octal262306333231201632344116
Binary10110010110001101101101110011101001110110100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C6DB; }

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

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

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

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

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

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

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

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