#BECEDD

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

Shades of Spindle #BECEDD

Tints of Spindle #BECEDD

Color information

#BECEDD (or 0xBECEDD) is unknown color: approx Spindle. HEX triplet: BE, CE and DD. RGB value is (190,206,221). Sum of RGB (Red+Green+Blue) = 190+206+221=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDD is #413122. Grayscale: #CACACA. Windows color (decimal): -4272419 or 14536382. OLE color: 14536382.

HSL color Cylindrical-coordinate representation of color #BECEDD: hue angle of 209.03º degrees, saturation: 0.31, 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 #BECEDD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190206221-
CMYK0.140.0700.13
HSL209.03º31.31%80.59%-
HSV(B)209.03º14.03%86.67%-
XYZ56.3660.3177.08-
YUV202.93138.2118.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=30.79%
G=33.39%
B=35.82%

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
Decimal1902062210.140.0700.13209.0331.3180.59
HexBECEDDE70Dd11f51
Octal27631633516701532137121
Binary10111110110011101101110111101110110111010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEDD; }

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

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

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

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

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

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

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

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