#B2BDCB

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

Shades of Spindle #B2BDCB

Tints of Spindle #B2BDCB

Color information

#B2BDCB (or 0xB2BDCB) is unknown color: approx Spindle. HEX triplet: B2, BD and CB. RGB value is (178,189,203). Sum of RGB (Red+Green+Blue) = 178+189+203=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDCB is #4D4234. Grayscale: #BBBBBB. Windows color (decimal): -5063221 or 13352370. OLE color: 13352370.

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

Color convert

RGB178189203-
CMYK0.120.0700.20
HSL213.6º19.38%74.71%-
HSV(B)213.6º12.32%79.61%-
XYZ47.3450.1763.69-
YUV187.31136.86121.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=31.23%
G=33.16%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781892030.120.0700.20213.619.3874.71
HexB2BDCBC7014d6134b
Octal26227531314702432623113
Binary101100101011110111001011110011101010011010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDCB; }

 p { color: rgb(178,189,203); }

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

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

 a { background-color: rgb(178,189,203); }

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

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

 span { border-color: rgb(178,189,203); }

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