#B2BECD

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

Shades of Spindle #B2BECD

Tints of Spindle #B2BECD

Color information

#B2BECD (or 0xB2BECD) is unknown color: approx Spindle. HEX triplet: B2, BE and CD. RGB value is (178,190,205). Sum of RGB (Red+Green+Blue) = 178+190+205=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BECD is #4D4132. Grayscale: #BCBCBC. Windows color (decimal): -5062963 or 13483698. OLE color: 13483698.

HSL color Cylindrical-coordinate representation of color #B2BECD: hue angle of 213.33º 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 #B2BECD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178190205-
CMYK0.130.0700.20
HSL213.33º21.26%75.1%-
HSV(B)213.33º13.17%80.39%-
XYZ47.7950.765.02-
YUV188.12137.52120.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=31.06%
G=33.16%
B=35.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781902050.130.0700.20213.3321.2675.1
HexB2BECDD7014d5154b
Octal26227631515702432525113
Binary101100101011111011001101110111101010011010101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BECD; }

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

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

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

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

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

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

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

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