Html Css Color HEX #BECBDC Link Water

📋 copy color: '#BECBDC'

red 190 ◦ green 203 ◦ blue 220

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

Shades of Link Water #BECBDC

Tints of Link Water #BECBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.12%

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 31%
G = 33.12%
B = 35.89%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BECBDC (or 0xBECBDC) is known color: Link Water. HEX triplet: BE, CB and DC. RGB value is (190,203,220). Sum of RGB (Red+Green+Blue) = 190+203+220=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBDC is #413423. Grayscale: #C8C8C8. Windows color (decimal): -4273188 or 14470078. OLE color: 14470078.

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

Color convert

RGB 190 203 220 -
CMYK 0.14 0.08 0 0.14
HSL 214º 0.3% 0.8% -
HSV(B) 214º 0.14% 0.86% -
XYZ 55.51 58.83 76.14 -
YUV 201.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 190 203 220 0.14 0.08 0 0.14 214 0.3 0.8
Hex BE CB DC E 8 0 E D6 1E 50
Octal 276 313 334 16 10 0 16 326 36 120
Binary 10111110 11001011 11011100 1110 1000 0 1110 11010110 11110 1010000

Color Harmonies of #BECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBDC

Black with #BECBDC

Text Example


Text Example

White with #BECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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