#BBC6DA

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

Shades of Spindle #BBC6DA

Tints of Spindle #BBC6DA

Color information

#BBC6DA (or 0xBBC6DA) is unknown color: approx Spindle. HEX triplet: BB, C6 and DA. RGB value is (187,198,218). Sum of RGB (Red+Green+Blue) = 187+198+218=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6DA is #443925. Grayscale: #C4C4C4. Windows color (decimal): -4471078 or 14337723. OLE color: 14337723.

HSL color Cylindrical-coordinate representation of color #BBC6DA: hue angle of 218.71º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC6DA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187198218-
CMYK0.140.0900.15
HSL218.71º29.52%79.41%-
HSV(B)218.71º14.22%85.49%-
XYZ53.3456.0174.33-
YUV196.99139.86120.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 198 (77.73% from 255) = 32.84%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=31.01%
G=32.84%
B=36.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871982180.140.0900.15218.7129.5279.41
HexBBC6DAE90Fdb1e4f
Octal273306332161101733336117
Binary101110111100011011011010111010010111111011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6DA; }

 p { color: rgb(187,198,218); }

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

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

 a { background-color: rgb(187,198,218); }

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

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

 span { border-color: rgb(187,198,218); }

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