Html Css Color HEX #BECDDE Link Water

📋 copy color: '#BECDDE'

red 190 ◦ green 205 ◦ blue 222

#BECDDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #BECDDE

Tints of Link Water #BECDDE

RGB

 RED value IS 190 (74.61% from 255) = 30.79%

 GREEN value IS 205 (80.47% from 255) = 33.23%

 BLUE value IS 222 (87.11% from 255) = 35.98%

R = 30.79%
G = 33.23%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BECDDE (or 0xBECDDE) is known color: Link Water. HEX triplet: BE, CD and DE. RGB value is (190,205,222). Sum of RGB (Red+Green+Blue) = 190+205+222=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDDE is #413221. Grayscale: #CACACA. Windows color (decimal): -4272674 or 14601662. OLE color: 14601662.

HSL color Cylindrical-coordinate representation of color #BECDDE: hue angle of 211.88º degrees, saturation: 0.33, 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 #BECDDE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 205 222 -
CMYK 0.14 0.08 0 0.13
HSL 211.88º 0.33% 0.81% -
HSV(B) 211.88º 0.14% 0.87% -
XYZ 56.25 59.88 77.7 -
YUV 202.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 190 205 222 0.14 0.08 0 0.13 211.88 0.33 0.81
Hex BE CD DE E 8 0 D D4 21 51
Octal 276 315 336 16 10 0 15 324 41 121
Binary 10111110 11001101 11011110 1110 1000 0 1101 11010100 100001 1010001

Color Harmonies of #BECDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDDE

Black with #BECDDE

Text Example


Text Example

White with #BECDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDDE; }

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

 H1.HeaderClassName
 {
   color: #BECDDE;
 }
 .AnyTagClassName
 {
   color: #BECDDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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