#BECBDB

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

Shades of Link Water #BECBDB

Tints of Link Water #BECBDB

Color information

#BECBDB (or 0xBECBDB) is unknown color: approx Link Water. HEX triplet: BE, CB and DB. RGB value is (190,203,219). Sum of RGB (Red+Green+Blue) = 190+203+219=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBDB is #413424. Grayscale: #C8C8C8. Windows color (decimal): -4273189 or 14404542. OLE color: 14404542.

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

Color convert

RGB190203219-
CMYK0.130.0700.14
HSL213.1º28.71%80.2%-
HSV(B)213.1º13.24%85.88%-
XYZ55.3858.7775.44-
YUV200.94138.19120.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=31.05%
G=33.17%
B=35.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902032190.130.0700.14213.128.7180.2
HexBECBDBD70Ed51d50
Octal27631333315701632535120
Binary10111110110010111101101111011110111011010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBDB; }

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

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

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

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

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

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

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

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