#BCCBD8

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

Shades of Spindle #BCCBD8

Tints of Spindle #BCCBD8

Color information

#BCCBD8 (or 0xBCCBD8) is unknown color: approx Spindle. HEX triplet: BC, CB and D8. RGB value is (188,203,216). Sum of RGB (Red+Green+Blue) = 188+203+216=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCCBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBD8 is #433427. Grayscale: #C7C7C7. Windows color (decimal): -4404264 or 14207932. OLE color: 14207932.

HSL color Cylindrical-coordinate representation of color #BCCBD8: hue angle of 207.86º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCBD8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188203216-
CMYK0.130.0600.15
HSL207.86º26.42%79.22%-
HSV(B)207.86º12.96%84.71%-
XYZ54.4958.3673.36-
YUV200137.03119.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=30.97%
G=33.44%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882032160.130.0600.15207.8626.4279.22
HexBCCBD8D60Fd01a4f
Octal27431333015601732032117
Binary10111100110010111101100011011100111111010000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBD8; }

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

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

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

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

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

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

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

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