#BECBDA

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

Shades of Spindle #BECBDA

Tints of Spindle #BECBDA

Color information

#BECBDA (or 0xBECBDA) is unknown color: approx Spindle. HEX triplet: BE, CB and DA. RGB value is (190,203,218). Sum of RGB (Red+Green+Blue) = 190+203+218=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #BECBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBDA is #413425. Grayscale: #C8C8C8. Windows color (decimal): -4273190 or 14339006. OLE color: 14339006.

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

Color convert

RGB190203218-
CMYK0.130.0700.15
HSL212.14º27.45%80%-
HSV(B)212.14º12.84%85.49%-
XYZ55.2558.7274.75-
YUV200.82137.69120.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=31.10%
G=33.22%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902032180.130.0700.15212.1427.4580
HexBECBDAD70Fd41b50
Octal27631333215701732433120
Binary10111110110010111101101011011110111111010100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBDA; }

 p { color: rgb(190,203,218); }

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

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

 a { background-color: rgb(190,203,218); }

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

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

 span { border-color: rgb(190,203,218); }

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