#BECDD8

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

Shades of Spindle #BECDD8

Tints of Spindle #BECDD8

Color information

#BECDD8 (or 0xBECDD8) is unknown color: approx Spindle. HEX triplet: BE, CD and D8. RGB value is (190,205,216). Sum of RGB (Red+Green+Blue) = 190+205+216=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #BECDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD8 is #413227. Grayscale: #C9C9C9. Windows color (decimal): -4272680 or 14208446. OLE color: 14208446.

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

Color convert

RGB190205216-
CMYK0.120.0500.15
HSL205.38º25%79.61%-
HSV(B)205.38º12.04%84.71%-
XYZ55.4659.5773.54-
YUV201.77136.03119.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=31.10%
G=33.55%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902052160.120.0500.15205.382579.61
HexBECDD8C50Fcd1950
Octal27631533014501731531120
Binary10111110110011011101100011001010111111001101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDD8; }

 p { color: rgb(190,205,216); }

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

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

 a { background-color: rgb(190,205,216); }

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

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

 span { border-color: rgb(190,205,216); }

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