#BECBD1

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

Shades of Spindle #BECBD1

Tints of Spindle #BECBD1

Color information

#BECBD1 (or 0xBECBD1) is unknown color: approx Spindle. HEX triplet: BE, CB and D1. RGB value is (190,203,209). Sum of RGB (Red+Green+Blue) = 190+203+209=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD1 is #41342E. Grayscale: #C7C7C7. Windows color (decimal): -4273199 or 13749182. OLE color: 13749182.

HSL color Cylindrical-coordinate representation of color #BECBD1: hue angle of 198.95º degrees, saturation: 0.17, 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 #BECBD1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190203209-
CMYK0.090.0300.18
HSL198.95º17.12%78.24%-
HSV(B)198.95º9.09%81.96%-
XYZ54.158.2668.72-
YUV199.8133.19121.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=31.56%
G=33.72%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902032090.090.0300.18198.9517.1278.24
HexBECBD193012c7114e
Octal27631332111302230721116
Binary10111110110010111101000110011101001011000111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBD1; }

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

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

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

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

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

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

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

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