#BECEDE

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

Shades of Spindle #BECEDE

Tints of Spindle #BECEDE

Color information

#BECEDE (or 0xBECEDE) is unknown color: approx Spindle. HEX triplet: BE, CE and DE. RGB value is (190,206,222). Sum of RGB (Red+Green+Blue) = 190+206+222=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDE is #413121. Grayscale: #CACACA. Windows color (decimal): -4272418 or 14601918. OLE color: 14601918.

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

Color convert

RGB190206222-
CMYK0.140.0700.13
HSL210º32.65%80.78%-
HSV(B)210º14.41%87.06%-
XYZ56.4960.3677.78-
YUV203.04138.7118.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=30.74%
G=33.33%
B=35.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902062220.140.0700.1321032.6580.78
HexBECEDEE70Dd22151
Octal27631633616701532241121
Binary101111101100111011011110111011101101110100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEDE; }

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

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

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

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

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

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

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

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