#B2C1CD

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

Shades of Spindle #B2C1CD

Tints of Spindle #B2C1CD

Color information

#B2C1CD (or 0xB2C1CD) is unknown color: approx Spindle. HEX triplet: B2, C1 and CD. RGB value is (178,193,205). Sum of RGB (Red+Green+Blue) = 178+193+205=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1CD is #4D3E32. Grayscale: #BDBDBD. Windows color (decimal): -5062195 or 13484466. OLE color: 13484466.

HSL color Cylindrical-coordinate representation of color #B2C1CD: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C1CD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178193205-
CMYK0.130.0600.20
HSL206.67º21.26%75.1%-
HSV(B)206.67º13.17%80.39%-
XYZ48.4552.0165.24-
YUV189.88136.53119.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.90%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=30.90%
G=33.51%
B=35.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781932050.130.0600.20206.6721.2675.1
HexB2C1CDD6014cf154b
Octal26230131515602431725113
Binary101100101100000111001101110111001010011001111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C1CD; }

 p { color: rgb(178,193,205); }

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

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

 a { background-color: rgb(178,193,205); }

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

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

 span { border-color: rgb(178,193,205); }

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