#BECDDD

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

Shades of Link Water #BECDDD

Tints of Link Water #BECDDD

Color information

#BECDDD (or 0xBECDDD) is unknown color: approx Link Water. HEX triplet: BE, CD and DD. RGB value is (190,205,221). Sum of RGB (Red+Green+Blue) = 190+205+221=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDDD is #413222. Grayscale: #CACACA. Windows color (decimal): -4272675 or 14536126. OLE color: 14536126.

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

Color convert

RGB190205221-
CMYK0.140.0700.13
HSL210.97º31.31%80.59%-
HSV(B)210.97º14.03%86.67%-
XYZ56.1259.8377-
YUV202.34138.53119.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=30.84%
G=33.28%
B=35.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902052210.140.0700.13210.9731.3180.59
HexBECDDDE70Dd31f51
Octal27631533516701532337121
Binary10111110110011011101110111101110110111010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDDD; }

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

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

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

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

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

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

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

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