#BCCBD3

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

Shades of Spindle #BCCBD3

Tints of Spindle #BCCBD3

Color information

#BCCBD3 (or 0xBCCBD3) is unknown color: approx Spindle. HEX triplet: BC, CB and D3. RGB value is (188,203,211). Sum of RGB (Red+Green+Blue) = 188+203+211=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBD3 is #43342C. Grayscale: #C7C7C7. Windows color (decimal): -4404269 or 13880252. OLE color: 13880252.

HSL color Cylindrical-coordinate representation of color #BCCBD3: hue angle of 200.87º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCBD3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188203211-
CMYK0.110.0400.17
HSL200.87º20.72%78.24%-
HSV(B)200.87º10.9%82.75%-
XYZ53.8558.1170.01-
YUV199.43134.53119.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=31.23%
G=33.72%
B=35.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882032110.110.0400.17200.8720.7278.24
HexBCCBD3B4011c9154e
Octal27431332313402131125116
Binary101111001100101111010011101110001000111001001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBD3; }

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

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

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

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

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

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

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

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