#BCCBDD

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

Shades of Spindle #BCCBDD

Tints of Spindle #BCCBDD

Color information

#BCCBDD (or 0xBCCBDD) is unknown color: approx Spindle. HEX triplet: BC, CB and DD. RGB value is (188,203,221). Sum of RGB (Red+Green+Blue) = 188+203+221=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBDD is #433422. Grayscale: #C8C8C8. Windows color (decimal): -4404259 or 14535612. OLE color: 14535612.

HSL color Cylindrical-coordinate representation of color #BCCBDD: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCBDD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188203221-
CMYK0.150.0800.13
HSL212.73º32.67%80.2%-
HSV(B)212.73º14.93%86.67%-
XYZ55.1558.6276.82-
YUV200.57139.53119.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=30.72%
G=33.17%
B=36.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882032210.150.0800.13212.7332.6780.2
HexBCCBDDF80Dd52150
Octal274313335171001532541120
Binary1011110011001011110111011111100001101110101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBDD; }

 p { color: rgb(188,203,221); }

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

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

 a { background-color: rgb(188,203,221); }

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

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

 span { border-color: rgb(188,203,221); }

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