#BECBD0

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

Shades of Spindle #BECBD0

Tints of Spindle #BECBD0

Color information

#BECBD0 (or 0xBECBD0) is unknown color: approx Spindle. HEX triplet: BE, CB and D0. RGB value is (190,203,208). Sum of RGB (Red+Green+Blue) = 190+203+208=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD0 is #41342F. Grayscale: #C7C7C7. Windows color (decimal): -4273200 or 13683646. OLE color: 13683646.

HSL color Cylindrical-coordinate representation of color #BECBD0: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECBD0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190203208-
CMYK0.090.0200.18
HSL196.67º16.07%78.04%-
HSV(B)196.67º8.65%81.57%-
XYZ53.9858.2168.07-
YUV199.68132.69121.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=31.61%
G=33.78%
B=34.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902032080.090.0200.18196.6716.0778.04
HexBECBD092012c5104e
Octal27631332011202230520116
Binary10111110110010111101000010011001001011000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBD0; }

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

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

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

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

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

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

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

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