#BBC5D5

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

Shades of Spindle #BBC5D5

Tints of Spindle #BBC5D5

Color information

#BBC5D5 (or 0xBBC5D5) is unknown color: approx Spindle. HEX triplet: BB, C5 and D5. RGB value is (187,197,213). Sum of RGB (Red+Green+Blue) = 187+197+213=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D5 is #443A2A. Grayscale: #C3C3C3. Windows color (decimal): -4471339 or 14009787. OLE color: 14009787.

HSL color Cylindrical-coordinate representation of color #BBC5D5: hue angle of 216.92º 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 #BBC5D5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187197213-
CMYK0.120.0800.16
HSL216.92º23.64%78.43%-
HSV(B)216.92º12.21%83.53%-
XYZ52.4755.370.86-
YUV195.83137.69121.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 213 (83.59% from 255) = 35.68%
R=31.32%
G=33.00%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871972130.120.0800.16216.9223.6478.43
HexBBC5D5C8010d9184e
Octal273305325141002033130116
Binary1011101111000101110101011100100001000011011001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5D5; }

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

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

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

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

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

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

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

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