#BBC6D5

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

Shades of Spindle #BBC6D5

Tints of Spindle #BBC6D5

Color information

#BBC6D5 (or 0xBBC6D5) is unknown color: approx Spindle. HEX triplet: BB, C6 and D5. RGB value is (187,198,213). Sum of RGB (Red+Green+Blue) = 187+198+213=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D5 is #44392A. Grayscale: #C4C4C4. Windows color (decimal): -4471083 or 14010043. OLE color: 14010043.

HSL color Cylindrical-coordinate representation of color #BBC6D5: hue angle of 214.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC6D5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187198213-
CMYK0.120.0700.16
HSL214.62º23.64%78.43%-
HSV(B)214.62º12.21%83.53%-
XYZ52.755.7670.94-
YUV196.42137.36121.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=31.27%
G=33.11%
B=35.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871982130.120.0700.16214.6223.6478.43
HexBBC6D5C7010d7184e
Octal27330632514702032730116
Binary101110111100011011010101110011101000011010111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6D5; }

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

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

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

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

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

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

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

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