#BBBDC1

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

Shades of Spindle #BBBDC1

Tints of Spindle #BBBDC1

Color information

#BBBDC1 (or 0xBBBDC1) is unknown color: approx Spindle. HEX triplet: BB, BD and C1. RGB value is (187,189,193). Sum of RGB (Red+Green+Blue) = 187+189+193=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC1 is #44423E. Grayscale: #BCBCBC. Windows color (decimal): -4473407 or 12697019. OLE color: 12697019.

HSL color Cylindrical-coordinate representation of color #BBBDC1: hue angle of 220º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBDC1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187189193-
CMYK0.030.0200.24
HSL220º4.62%74.51%-
HSV(B)220º3.11%75.69%-
XYZ48.3250.8157.71-
YUV188.86130.34126.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=32.86%
G=33.22%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871891930.030.0200.242204.6274.51
HexBBBDC132018dc54b
Octal273275301320303345113
Binary1011101110111101110000011110011000110111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDC1; }

 p { color: rgb(187,189,193); }

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

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

 a { background-color: rgb(187,189,193); }

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

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

 span { border-color: rgb(187,189,193); }

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