#bbccdc

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

Shades of Spindle #BBCCDC

Tints of Spindle #BBCCDC

Color information

#BBCCDC (or 0xBBCCDC) is unknown color: approx Spindle. HEX triplet: BB, CC and DC. RGB value is (187,204,220). Sum of RGB (Red+Green+Blue) = 187+204+220=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCDC is #443323. Grayscale: #C8C8C8. Windows color (decimal): -4469540 or 14470331. OLE color: 14470331.

HSL color Cylindrical-coordinate representation of color #BBCCDC: hue angle of 209.09º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCCDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187204220-
CMYK0.150.0700.14
HSL209.09º32.04%79.8%-
HSV(B)209.09º15%86.27%-
XYZ5558.9276.18-
YUV200.74138.87118.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=30.61%
G=33.39%
B=36.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872042200.150.0700.14209.0932.0479.8
HexBBCCDCF70Ed12050
Octal27331433417701632140120
Binary101110111100110011011100111111101110110100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbccdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbccdc; }

 p { color: rgb(187,204,220); }

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

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

 a { background-color: rgb(187,204,220); }

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

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

 span { border-color: rgb(187,204,220); }

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