#BECED6

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

Shades of Spindle #BECED6

Tints of Spindle #BECED6

Color information

#BECED6 (or 0xBECED6) is unknown color: approx Spindle. HEX triplet: BE, CE and D6. RGB value is (190,206,214). Sum of RGB (Red+Green+Blue) = 190+206+214=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #BECED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED6 is #413129. Grayscale: #CACACA. Windows color (decimal): -4272426 or 14077630. OLE color: 14077630.

HSL color Cylindrical-coordinate representation of color #BECED6: hue angle of 200º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECED6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190206214-
CMYK0.110.0400.16
HSL200º22.64%79.22%-
HSV(B)200º11.21%83.92%-
XYZ55.4459.9472.27-
YUV202.13134.7119.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=31.15%
G=33.77%
B=35.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902062140.110.0400.1620022.6479.22
HexBECED6B4010c8174f
Octal27631632613402031027117
Binary101111101100111011010110101110001000011001000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECED6; }

 p { color: rgb(190,206,214); }

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

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

 a { background-color: rgb(190,206,214); }

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

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

 span { border-color: rgb(190,206,214); }

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