#B1BCCB

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

Shades of Spindle #B1BCCB

Tints of Spindle #B1BCCB

Color information

#B1BCCB (or 0xB1BCCB) is unknown color: approx Spindle. HEX triplet: B1, BC and CB. RGB value is (177,188,203). Sum of RGB (Red+Green+Blue) = 177+188+203=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCCB is #4E4334. Grayscale: #BABABA. Windows color (decimal): -5129013 or 13352113. OLE color: 13352113.

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

Color convert

RGB177188203-
CMYK0.130.0700.20
HSL214.62º20%74.51%-
HSV(B)214.62º12.81%79.61%-
XYZ46.8949.6363.61-
YUV186.42137.36121.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=31.16%
G=33.10%
B=35.74%

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
Decimal1771882030.130.0700.20214.622074.51
HexB1BCCBD7014d7144b
Octal26127431315702432724113
Binary101100011011110011001011110111101010011010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCCB; }

 p { color: rgb(177,188,203); }

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

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

 a { background-color: rgb(177,188,203); }

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

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

 span { border-color: rgb(177,188,203); }

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